API Reference
Class
DesiredStateSecurityTxtPolicy
Provides desired state security txt policy functionality.
Inheritance
- Object
- DesiredStateSecurityTxtPolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public DesiredStateSecurityTxtPolicy() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets the enabled value.
public Nullable<Boolean> RequireRecord { get; set; } #JsonPropertyName("requireRecord")Gets or sets the require record value.
public Nullable<Boolean> RequireValid { get; set; } #JsonPropertyName("requireValid")Gets or sets the require valid value.
public Nullable<Boolean> DisallowFallback { get; set; } #JsonPropertyName("disallowFallback")When true, disallows fallback to HTTP when HTTPS retrieval fails.
public Nullable<Boolean> RequirePgpSigned { get; set; } #JsonPropertyName("requirePgpSigned")Gets or sets the require pgp signed value.
public Nullable<Boolean> RequireContactEmail { get; set; } #JsonPropertyName("requireContactEmail")Gets or sets the require contact email value.
public String[] AllowedContactEmailDomainSuffixes { get; set; } #JsonPropertyName("allowedContactEmailDomainSuffixes")Allowed suffixes for domains used in Contact mail addresses.