View Source GoogleApi.PrivateCA.V1.Model.RevokedCertificate (google_api_private_ca v0.14.0)

Describes a revoked Certificate.

Attributes

  • certificate (type: String.t, default: nil) - The resource name for the Certificate in the format projects/*/locations/*/caPools/*/certificates/*.
  • hexSerialNumber (type: String.t, default: nil) - The serial number of the Certificate.
  • revocationReason (type: String.t, default: nil) - The reason the Certificate was revoked.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.RevokedCertificate{
  certificate: String.t() | nil,
  hexSerialNumber: String.t() | nil,
  revocationReason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.