Domain Detective

API Reference

Class

DesiredStateCertificateInventoryPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Desired state policy for certificate inventory posture evaluation.

Inheritance

  • Object
  • DesiredStateCertificateInventoryPolicy

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

Methods

public Void Apply(DesiredStateCertificateInventoryPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

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

Executes the clone operation.

Properties

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

Gets or sets the enabled value.

public String BaselineProfile { get; set; } #
JsonPropertyName("baselineProfile")

Gets or sets the baseline profile value.

public Nullable<Boolean> IncludeCompliant { get; set; } #
JsonPropertyName("includeCompliant")

Gets or sets the include compliant value.

public Nullable<Int32> MaxEndpoints { get; set; } #
JsonPropertyName("maxEndpoints")

Gets or sets the max endpoints value.

public String PolicyOverridesPath { get; set; } #
JsonPropertyName("policyOverridesPath")

Gets or sets the policy overrides path value.

{{ include "footer" }}