esx attestation report: document
The
document
structure contains an attestation report document.Representation:
{
"reporting_jwt" : "string",
"kms_auth_jwt" : "string",
"type" : "KMS_AUTH_JWT"
}
"reporting_jwt" : "string",
"kms_auth_jwt" : "string",
"type" : "KMS_AUTH_JWT"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
type | string | The type of attestation report document. Defines valid attestation report document types. Value is one of: KMS_AUTH_JWT: A JSON Web Token for use in KMS authentication. REPORTING_JWT: A JSON Web Token for use in reporting attestation claims. This constant was added in vSphere API 7.0.1.0. |
Optional | ||
kms_auth_jwt | string | A JSON Web Token for use in KMS authentication. Optional. It is only relevant when type has value KMS_AUTH_JWT. This field is optional and it is only relevant when the value of type is KMS_AUTH_JWT. |
reporting_jwt | string | A JSON Web Token for use in reporting purposes only. A reporting token is never used for authentication or authorization. This attribute was added in vSphere API 7.0.1.0. Optional. It is only relevant when type has value REPORTING_JWT. This field is optional and it is only relevant when the value of type is REPORTING_JWT. |