View Source GoogleApi.Redis.V1beta1.Model.CertificateAuthority (google_api_redis v0.42.0)

Redis cluster certificate authority

Attributes

  • managedServerCa (type: GoogleApi.Redis.V1beta1.Model.ManagedCertificateAuthority.t, default: nil) -
  • name (type: String.t, default: nil) - Identifier. Unique name of the resource in this scope including project, location and cluster using the form: projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.CertificateAuthority{
  managedServerCa:
    GoogleApi.Redis.V1beta1.Model.ManagedCertificateAuthority.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.