View Source GoogleApi.SecretManager.V1beta1.Model.Secret (google_api_secret_manager v0.19.0)

A Secret is a logical secret whose value and versions can be accessed. A Secret is made up of zero or more SecretVersions that represent the secret data.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time at which the Secret was created.
  • labels (type: map(), default: nil) - The labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be assigned to a given resource.
  • name (type: String.t, default: nil) - Output only. The resource name of the Secret in the format projects/*/secrets/*.
  • replication (type: GoogleApi.SecretManager.V1beta1.Model.Replication.t, default: nil) - Required. Immutable. The replication policy of the secret data attached to the Secret. The replication policy cannot be changed after the Secret has been created.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SecretManager.V1beta1.Model.Secret{
  createTime: DateTime.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  replication: GoogleApi.SecretManager.V1beta1.Model.Replication.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.