Share via


Attestation.Evidence Property

Definition

Gets or sets the evidence supporting the compliance state set in this attestation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.evidence")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.AttestationEvidence> Evidence { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.evidence")>]
member this.Evidence : System.Collections.Generic.IList<Microsoft.Azure.Management.PolicyInsights.Models.AttestationEvidence> with get, set
Public Property Evidence As IList(Of AttestationEvidence)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to