Attestation interface

An attestation resource.

Extends

Properties

assessmentDate

The time the evidence was assessed

comments

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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type