AttestationProperties interface
The properties of an attestation resource.
Properties
| assessment |
The time the evidence was assessed |
| comments | Comments describing why this attestation was created. |
| compliance |
The compliance state that should be set on the resource. |
| evidence | The evidence supporting the compliance state set in this attestation. |
| expires |
The time the compliance state should expire. |
| last |
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. |
| policy |
The resource ID of the policy assignment that the attestation is setting the state for. |
| policy |
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. |
| provisioning |
The status of the attestation. |
Property Details
assessmentDate
The time the evidence was assessed
assessmentDate?: Date
Property Value
Date
comments
Comments describing why this attestation was created.
comments?: string
Property Value
string
complianceState
The compliance state that should be set on the resource.
complianceState?: string
Property Value
string
evidence
The evidence supporting the compliance state set in this attestation.
evidence?: AttestationEvidence[]
Property Value
expiresOn
The time the compliance state should expire.
expiresOn?: Date
Property Value
Date
lastComplianceStateChangeAt
The time the compliance state was last changed in this attestation.
lastComplianceStateChangeAt?: Date
Property Value
Date
metadata
Additional metadata for this attestation
metadata?: Record<string, unknown>
Property Value
Record<string, unknown>
owner
The person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID.
owner?: string
Property Value
string
policyAssignmentId
The resource ID of the policy assignment that the attestation is setting the state for.
policyAssignmentId: string
Property Value
string
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.
policyDefinitionReferenceId?: string
Property Value
string
provisioningState
The status of the attestation.
provisioningState?: string
Property Value
string