ConnectionConfigVariableEncryptionKeyValue

data class ConnectionConfigVariableEncryptionKeyValue(val kmsKeyName: String? = null, val type: String)

Constructors

constructor(kmsKeyName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyName: String? = null

The KMS key name with which the content of the Operation is encrypted. The expected format: projects//locations//keyRings//cryptoKeys/. Will be empty string if google managed.

Link copied to clipboard

Type of Encryption Key Possible values are: GOOGLE_MANAGED, CUSTOMER_MANAGED. ////