AttestationServiceCreationSpecificParams interface
Client supplied parameters used to create a new attestation provider.
Properties
| policy |
JSON Web Key Set defining a set of X.509 Certificates that will represent the parent certificate for the signing certificate used for policy operations |
| public |
Controls whether traffic from the public network is allowed to access the Attestation Provider APIs. |
| tpm |
The setting that controls whether authentication is enabled or disabled for TPM Attestation REST APIs. |
Property Details
policySigningCertificates
JSON Web Key Set defining a set of X.509 Certificates that will represent the parent certificate for the signing certificate used for policy operations
policySigningCertificates?: JsonWebKeySet
Property Value
publicNetworkAccess
Controls whether traffic from the public network is allowed to access the Attestation Provider APIs.
publicNetworkAccess?: string
Property Value
string
tpmAttestationAuthentication
The setting that controls whether authentication is enabled or disabled for TPM Attestation REST APIs.
tpmAttestationAuthentication?: string
Property Value
string