Domain Detective

API Reference

Class

DesiredStateCaaPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

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.

Accepted by parameters

Constructors

public DesiredStateCaaPolicy() #

Methods

public Void Apply(DesiredStateCaaPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

overlay DomainDetective.DesiredState.DesiredStateCaaPolicy requiredposition: 0
public DesiredStateCaaPolicy Clone() #
Returns: DesiredStateCaaPolicy

Executes the clone operation.

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.

{{ include "footer" }}