GoogleApi.CertificateManager.V1.Model.AllowlistedCertificate (google_api_certificate_manager v0.9.0)

View Source

Defines an allowlisted certificate.

Attributes

  • pemCertificate (type: String.t, default: nil) - Required. PEM certificate that is allowlisted. The certificate can be up to 5k bytes, and must be a parseable X.509 certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CertificateManager.V1.Model.AllowlistedCertificate{
  pemCertificate: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.