google_api_compute v0.16.0 GoogleApi.Compute.V1.Model.SslCertificateManagedSslCertificate View Source

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. Currently only single-domain certs are supported.
  • status (type: String.t, default: nil) - [Output only] Status of the managed certificate resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.SslCertificateManagedSslCertificate{
  domainStatus: map(),
  domains: [String.t()],
  status: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.