pkix Public Key
suspend fun pkixPublicKey(value: Output<AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs>)
Parameters
value
A raw PKIX SubjectPublicKeyInfo format public key. NOTE: id may be explicitly provided by the caller when using this type of public key, but it MUST be a valid RFC3986 URI. If id is left blank, a default one will be computed based on the digest of the DER encoding of the public key. Structure is documented below.
suspend fun pkixPublicKey(argument: suspend AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgsBuilder.() -> Unit)
Parameters
argument
A raw PKIX SubjectPublicKeyInfo format public key. NOTE: id may be explicitly provided by the caller when using this type of public key, but it MUST be a valid RFC3986 URI. If id is left blank, a default one will be computed based on the digest of the DER encoding of the public key. Structure is documented below.