ConnectionSslConfigAdditionalVariableEncryptionKeyValue

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

Constructors

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

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
val type: String? = null

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