Get Attestation At Resource Result
data class GetAttestationAtResourceResult(val comments: String? = null, val complianceState: String? = null, val evidence: List<AttestationEvidenceResponse>? = null, val expiresOn: String? = null, val id: String, val lastComplianceStateChangeAt: String, val name: String, val owner: String? = null, val policyAssignmentId: String, val policyDefinitionReferenceId: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
An attestation resource.
Constructors
Link copied to clipboard
constructor(comments: String? = null, complianceState: String? = null, evidence: List<AttestationEvidenceResponse>? = null, expiresOn: String? = null, id: String, lastComplianceStateChangeAt: String, name: String, owner: String? = null, policyAssignmentId: String, policyDefinitionReferenceId: String? = null, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The compliance state that should be set on the resource.
Link copied to clipboard
The evidence supporting the compliance state set in this attestation.
Link copied to clipboard
The time the compliance state was last changed in this attestation.
Link copied to clipboard
The resource ID of the policy assignment that the attestation is setting the state for.
Link copied to clipboard
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.
Link copied to clipboard
The status of the attestation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.