View Source GoogleApi.SecretManager.V1.Model.Automatic (google_api_secret_manager v0.20.0)

A replication policy that replicates the Secret payload without any restrictions.

Attributes

  • customerManagedEncryption (type: GoogleApi.SecretManager.V1.Model.CustomerManagedEncryption.t, default: nil) - Optional. The customer-managed encryption configuration of the Secret. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecretManager.V1.Model.Automatic{
  customerManagedEncryption:
    GoogleApi.SecretManager.V1.Model.CustomerManagedEncryption.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.