View Source GoogleApi.Compute.V1.Model.SslCertificateSelfManagedSslCertificate (google_api_compute v0.56.0)

Configuration and status of a self-managed SSL certificate.

Attributes

  • certificate (type: String.t, default: nil) - A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
  • privateKey (type: String.t, default: nil) - A write-only private key in PEM format. Only insert requests will include this field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.SslCertificateSelfManagedSslCertificate{
  certificate: String.t() | nil,
  privateKey: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.