Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::AzureDatabaseEncryption (v0.1.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureDatabaseEncryption.

Configuration related to application-layer secrets encryption.

Anthos clusters on Azure encrypts your Kubernetes data at rest in etcd using Azure Key Vault.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key_id

def key_id() -> ::String
Returns
  • (::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.

#key_id=

def key_id=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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.