IAttestationProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.AttestationPropertiesTypeConverter))]
public interface IAttestationProperties : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.AttestationPropertiesTypeConverter))>]
type IAttestationProperties = interface
interface IJsonSerializable
Public Interface IAttestationProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AssessmentDate |
The time the evidence was assessed |
| Comment |
Comments describing why this attestation was created. |
| ComplianceState |
The compliance state that should be set on the resource. |
| Evidence |
The evidence supporting the compliance state set in this attestation. |
| ExpiresOn |
The time the compliance state should expire. |
| LastComplianceStateChangeAt |
The time the compliance state was last changed in this attestation. |
| Metadata |
Additional metadata for this attestation |
| Owner |
The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID. |
| PolicyAssignmentId |
The resource ID of the policy assignment that the attestation is setting the state for. |
| PolicyDefinitionReferenceId |
The policy definition reference ID from a policy set definition that the attestation is setting the state for. If the policy assignment assigns a policy set definition the attestation can choose a definition within the set definition with this property or omit this and set the state for the entire set definition. |
| ProvisioningState |
The status of the attestation. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |