ComplianceStatus.ComplianceState Property

Definition

Gets the compliance state of the configuration. Possible values include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', 'Failed'

[Newtonsoft.Json.JsonProperty(PropertyName="complianceState")]
public string ComplianceState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="complianceState")>]
member this.ComplianceState : string
Public ReadOnly Property ComplianceState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to