Domain Detective

API Reference

Class

ResolvedDesiredStateCertificateInventoryPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Fully resolved desired-state certificate inventory posture settings.

Inheritance

  • Object
  • ResolvedDesiredStateCertificateInventoryPolicy

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

Properties

public String Subject { get; set; } #

Gets or sets the subject value.

public Nullable<MailDomainClassificationCategory> MailClassification { get; set; } #

Gets or sets the mail classification value.

public Boolean Enabled { get; set; } #

Gets or sets the enabled value.

public String BaselineProfile { get; set; } #

Gets or sets the baseline profile value.

public Boolean IncludeCompliant { get; set; } #

Gets or sets the include compliant value.

public Int32 MaxEndpoints { get; set; } #

Gets or sets the max endpoints value.

public String PolicyOverridesPath { get; set; } #

Gets or sets the policy overrides path value.

public String ResolvedPolicyOverridesPath { get; set; } #

Gets or sets the resolved policy overrides path value.

public CertificateInventoryPolicyOverrides PolicyOverrides { get; set; } #

Gets or sets the policy overrides value.

{{ include "footer" }}