Share via


Attestation.ComplianceState Property

Definition

Gets or sets the compliance state that should be set on the resource. Possible values include: 'Compliant', 'NonCompliant', 'Unknown'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to