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
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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: |
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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |