AuthorityKeySpecArgs

data class AuthorityKeySpecArgs(val algorithm: Output<String>? = null, val cloudKmsKeyVersion: Output<String>? = null) : ConvertibleToJava<AuthorityKeySpecArgs>

Constructors

Link copied to clipboard
constructor(algorithm: Output<String>? = null, cloudKmsKeyVersion: Output<String>? = null)

Properties

Link copied to clipboard
val algorithm: Output<String>? = null

The algorithm to use for creating a managed Cloud KMS key for a for a simplified experience. All managed keys will be have their ProtectionLevel as HSM. Possible values are: SIGN_HASH_ALGORITHM_UNSPECIFIED, RSA_PSS_2048_SHA256, RSA_PSS_3072_SHA256, RSA_PSS_4096_SHA256, RSA_PKCS1_2048_SHA256, RSA_PKCS1_3072_SHA256, RSA_PKCS1_4096_SHA256, EC_P256_SHA256, EC_P384_SHA384.

Link copied to clipboard
val cloudKmsKeyVersion: Output<String>? = null

The resource name for an existing Cloud KMS CryptoKeyVersion in the format projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*. ////*/

Functions

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