Domain Detective

API Reference

Class

DesiredStateDanglingCnamePolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state dangling cname policy functionality.

Inheritance

  • Object
  • DesiredStateDanglingCnamePolicy

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

Methods

public Void Apply(DesiredStateDanglingCnamePolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

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

Executes the clone operation.

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets the enabled value.

public Nullable<Boolean> DisallowDangling { get; set; } #
JsonPropertyName("disallowDangling")

When true, disallows a CNAME that exists but does not resolve.

public Nullable<Boolean> DisallowUnclaimedService { get; set; } #
JsonPropertyName("disallowUnclaimedService")

When true, disallows dangling CNAMEs that point to known takeover-prone services.

{{ include "footer" }}