Attestation interface
An attestation resource.
- Extends
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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type