Attestation Service Creation Specific Params Args
data class AttestationServiceCreationSpecificParamsArgs(val policySigningCertificates: Output<JSONWebKeySetArgs>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null, val tpmAttestationAuthentication: Output<Either<String, TpmAttestationAuthenticationType>>? = null) : ConvertibleToJava<AttestationServiceCreationSpecificParamsArgs>
Client supplied parameters used to create a new attestation provider.
Constructors
Link copied to clipboard
constructor(policySigningCertificates: Output<JSONWebKeySetArgs>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null, tpmAttestationAuthentication: Output<Either<String, TpmAttestationAuthenticationType>>? = null)
Properties
Link copied to clipboard
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
Link copied to clipboard
Controls whether traffic from the public network is allowed to access the Attestation Provider APIs.
Link copied to clipboard
The setting that controls whether authentication is enabled or disabled for TPM Attestation REST APIs.