Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AzureDatabaseEncryption.
Configuration related to application-layer secrets encryption.
Anthos clusters on Azure encrypts your Kubernetes data at rest in etcd using Azure Key Vault.
Generated from protobuf message google.cloud.gkemulticloud.v1.AzureDatabaseEncryption
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key_id
string
Required. The ARM ID of the Azure Key Vault key to encrypt / decrypt data. For example: /subscriptions/<subscription-id>/resourceGroups/<resource-group-id>/providers/Microsoft.KeyVault/vaults/<key-vault-id>/keys/<key-name>
Encryption will always take the latest version of the key and hence specific version is not supported.
getKeyId
Required. The ARM ID of the Azure Key Vault key to encrypt / decrypt data.
For example: /subscriptions/<subscription-id>/resourceGroups/<resource-group-id>/providers/Microsoft.KeyVault/vaults/<key-vault-id>/keys/<key-name>
Encryption will always take the latest version of the key and hence
specific version is not supported.
Generated from protobuf field string key_id = 3 [(.google.api.field_behavior) = REQUIRED];
string
setKeyId
Required. The ARM ID of the Azure Key Vault key to encrypt / decrypt data.
For example: /subscriptions/<subscription-id>/resourceGroups/<resource-group-id>/providers/Microsoft.KeyVault/vaults/<key-vault-id>/keys/<key-name>
Encryption will always take the latest version of the key and hence
specific version is not supported.
Generated from protobuf field string key_id = 3 [(.google.api.field_behavior) = REQUIRED];
var
string
$this