HostTpmAttestationInfo

HostTpmAttestationInfo
HostTpmAttestationInfo

This data object type represents result of TPM attestation.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "time": "string",
    "status": "string",
    "message": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}
string As date-time As date-time
time
Required

Time of TPM attestation.

status
Required

Attestation status.

Valid values are enumerated by the HostTpmAttestationInfoAcceptanceStatusEnum type.

message
Optional

Message explaining TPM attestation failure.