AttestationStatusProperties interface
Defines the attestation status properties
Properties
| attestation |
The status of whether attestation certificate is validated. |
| attest |
The managed disk security encryption type from attestation token. This only applies to Confidential VM. |
| attest |
The hardware platform information from attestation token. This only applies to Confidential VM. |
| attest |
The status of whether secure boot is enabled. |
| boot |
The status of whether the list of boot integrity properties is validated. |
| error |
The error message of attestation validation and parsing |
| health |
The health status of attestation validation and parsing |
| linux |
kernel version string for Linux VM. |
| provisioning |
Provisioning state of the virtual machine instance. |
| timestamp | The time stamp of the last time attestation token is validated by relying party service. |
Property Details
attestationCertValidated
The status of whether attestation certificate is validated.
attestationCertValidated?: string
Property Value
string
attestDiskSecurityEncryptionType
The managed disk security encryption type from attestation token. This only applies to Confidential VM.
attestDiskSecurityEncryptionType?: string
Property Value
string
attestHardwarePlatform
The hardware platform information from attestation token. This only applies to Confidential VM.
attestHardwarePlatform?: string
Property Value
string
attestSecureBootEnabled
The status of whether secure boot is enabled.
attestSecureBootEnabled?: string
Property Value
string
bootIntegrityValidated
The status of whether the list of boot integrity properties is validated.
bootIntegrityValidated?: string
Property Value
string
errorMessage
The error message of attestation validation and parsing
errorMessage?: string
Property Value
string
healthStatus
The health status of attestation validation and parsing
healthStatus?: string
Property Value
string
linuxKernelVersion
kernel version string for Linux VM.
linuxKernelVersion?: string
Property Value
string
provisioningState
Provisioning state of the virtual machine instance.
provisioningState?: string
Property Value
string
timestamp
The time stamp of the last time attestation token is validated by relying party service.
timestamp?: string
Property Value
string