Domain Detective

API Reference

Class

DesiredStateDanePolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state dane policy functionality.

Inheritance

  • Object
  • DesiredStateDanePolicy

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 DesiredStateDanePolicy() #

Methods

public Void Apply(DesiredStateDanePolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

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

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> RequireValidRecords { get; set; } #
JsonPropertyName("requireValidRecords")

Gets or sets the require valid records value.

public Nullable<Boolean> DisallowDuplicates { get; set; } #
JsonPropertyName("disallowDuplicates")

Gets or sets the disallow duplicates value.

public ServiceType[] RequiredServices { get; set; } #
JsonPropertyName("requiredServices")

Gets or sets the required services value.

public Nullable<Boolean> RequireRecommendedForSmtp { get; set; } #
JsonPropertyName("requireRecommendedForSmtp")

Gets or sets the require recommended for smtp value.

public Nullable<Boolean> RequireRecommendedForHttps { get; set; } #
JsonPropertyName("requireRecommendedForHttps")

Gets or sets the require recommended for https value.

{{ include "footer" }}