IAttestationProperties.Evidence Property

Definition

The evidence supporting the compliance state set in this attestation.

[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The evidence supporting the compliance state set in this attestation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IAttestationEvidence) }, Read=true, ReadOnly=false, Required=false, SerializedName="evidence", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IAttestationEvidence> Evidence { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The evidence supporting the compliance state set in this attestation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IAttestationEvidence) }, Read=true, ReadOnly=false, Required=false, SerializedName="evidence", Update=true)>]
member this.Evidence : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IAttestationEvidence> with get, set
Public Property Evidence As List(Of IAttestationEvidence)

Property Value

Attributes

Applies to