API Reference
Class
DesiredStateCertificateInventoryPolicy
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.
Returned or exposed by
Accepted by parameters
Constructors
public DesiredStateCertificateInventoryPolicy() #Methods
public Void Apply(DesiredStateCertificateInventoryPolicy overlay) #Returns:
VoidExecutes the apply operation.
Parameters
- overlay DomainDetective.DesiredState.DesiredStateCertificateInventoryPolicy
public DesiredStateCertificateInventoryPolicy Clone() #Returns:
DesiredStateCertificateInventoryPolicyExecutes the clone operation.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.