HostTpmAttestationInfoAcceptanceStatus

HostTpmAttestationInfoAcceptanceStatus
HostTpmAttestationInfoAcceptanceStatus

A boxed HostTpmAttestationInfoAcceptanceStatusEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

Status constants of TPM attestation.

Possible values:

  • notAccepted: TPM attestation failed.
  • accepted: TPM attestation succeeded.
Possible values are : notAccepted, accepted,