API Reference
Class
DesiredStateCaaPolicy
Provides desired state caa policy functionality.
Inheritance
- Object
- DesiredStateCaaPolicy
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
- Method DesiredStateCaaPolicy.Clone
- Property DesiredStateConfiguration.Caa
- Property DesiredStateProfile.Caa
Accepted by parameters
- Method DesiredStateCaaPolicy.Apply
Constructors
public DesiredStateCaaPolicy() #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 String[] AllowedCertificateIssuers { get; set; } #JsonPropertyName("allowedCertificateIssuers")Allowed issuers for issue tags.
public String[] AllowedWildcardIssuers { get; set; } #JsonPropertyName("allowedWildcardIssuers")Allowed issuers for issuewild tags.
public Nullable<Boolean> RequireIodef { get; set; } #JsonPropertyName("requireIodef")When true, requires at least one iodef reporting endpoint.
public String[] AllowedIodefDomainSuffixes { get; set; } #JsonPropertyName("allowedIodefDomainSuffixes")Allowed domain suffixes for iodef mailto/http reporting endpoints.