HostTrustAuthorityAttestationInfo

HostTrustAuthorityAttestationInfo
HostTrustAuthorityAttestationInfo

This data object type represents result of the attestation done by Trust Authority attestation service.

Since: vSphere API Release 7.0.1.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "attestationStatus": "string",
    "serviceId": "string",
    "attestedAt": "string",
    "attestedUntil": "string",
    "messages": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ]
}
string
attestationStatus
Required

Status of the attestation.

See HostTrustAuthorityAttestationInfoAttestationStatusEnum for the supported values.

string
serviceId
Optional

ID of the attestation service in case of attestation success.

Unset when not attested.

string As date-time As date-time
attestedAt
Optional

Time of attestation.

string As date-time As date-time
attestedUntil
Optional

Time until attestation is valid.

messages
Optional

Messages explaining attestation failure or attestation status retrieval errors, if any.

Availability
Added in vSphere API Release 7.0.1.0