View Source GoogleApi.CertificateManager.V1.Model.AllowlistedCertificate (google_api_certificate_manager v0.6.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.