TrustedInfrastructureTrustAuthorityClustersAttestationTpm2SettingsUpdateSpec
The Settings.UpdateSpec structure contains information that describes changes to the TPM 2.0 protocol settings.
Properties
boolean
require_certificate_validation
Optional
Require TPM endorsement key certificate validation. If unset the current state will remain unchanged.
boolean
require_endorsement_keys
Optional
Require registered TPM endorsement keys. If unset the current state will remain unchanged.
JSON Example
{
"require_certificate_validation": false,
"require_endorsement_keys": false
}