AttestationServiceCreationSpecificParamsArgs

data class AttestationServiceCreationSpecificParamsArgs(val policySigningCertificates: Output<JSONWebKeySetArgs>? = null) : ConvertibleToJava<AttestationServiceCreationSpecificParamsArgs>

Client supplied parameters used to create a new attestation provider.

Constructors

constructor(policySigningCertificates: Output<JSONWebKeySetArgs>? = 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

Functions

Link copied to clipboard
open override fun toJava(): AttestationServiceCreationSpecificParamsArgs