esx attestation tpm2 settings: update spec

The update_spec structure contains information that describes changes to the TPM 2.0 protocol settings.

Representation:

{
    "require_endorsement_keys"true,
    "require_certificate_validation"true
}

Attributes:

Name Type Description
Optional
require_endorsement_keys boolean Require registered TPM endorsement keys.

Optional. If unset the current state will remain unchanged.

require_certificate_validation boolean Require TPM endorsement key certificate validation.

Optional. If unset the current state will remain unchanged.