EncryptionKeyDetailsArgs

data class EncryptionKeyDetailsArgs(val kekType: Output<Either<String, EncryptionKekType>>? = null, val kekUrl: Output<String>? = null, val kekVaultResourceID: Output<String>? = null) : ConvertibleToJava<EncryptionKeyDetailsArgs>

Specifies the encryption key properties

Constructors

Link copied to clipboard
constructor(kekType: Output<Either<String, EncryptionKekType>>? = null, kekUrl: Output<String>? = null, kekVaultResourceID: Output<String>? = null)

Properties

Link copied to clipboard
val kekType: Output<Either<String, EncryptionKekType>>? = null

The type of kek encryption key

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

Specifies the url for kek encryption key.

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

Specifies the keyvault resource id for kek encryption key.

Functions

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