IAttestationProperties.Evidence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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