Get Attestation At Resource Result
data class GetAttestationAtResourceResult(val assessmentDate: String? = null, val comments: String? = null, val complianceState: String? = null, val evidence: List<AttestationEvidenceResponse>? = null, val expiresOn: String? = null, val id: String, val lastComplianceStateChangeAt: String, val metadata: Any? = null, 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
fun GetAttestationAtResourceResult(assessmentDate: String? = null, comments: String? = null, complianceState: String? = null, evidence: List<AttestationEvidenceResponse>? = null, expiresOn: String? = null, id: String, lastComplianceStateChangeAt: String, metadata: Any? = null, name: String, owner: String? = null, policyAssignmentId: String, policyDefinitionReferenceId: String? = null, provisioningState: String, systemData: SystemDataResponse, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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