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
fun AttestationServiceCreationSpecificParamsArgs(policySigningCertificates: Output<JSONWebKeySetArgs>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccessType>>? = null, tpmAttestationAuthentication: Output<Either<String, TpmAttestationAuthenticationType>>? = null)