View Source GoogleApi.Compute.V1.Model.SslCertificateManagedSslCertificate (google_api_compute v0.56.2)

Configuration and status of a managed SSL certificate.

Attributes

  • domainStatus (type: map(), default: nil) - [Output only] Detailed statuses of the domains specified for managed certificate resource.
  • domains (type: list(String.t), default: nil) - The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.
  • status (type: String.t, default: nil) - [Output only] Status of the managed certificate resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.SslCertificateManagedSslCertificate{
  domainStatus: map() | nil,
  domains: [String.t()] | nil,
  status: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.