View Source GoogleApi.PrivateCA.V1beta1.Model.RevokedCertificate (google_api_private_ca v0.9.0)

Describes a revoked Certificate.

Attributes

  • certificate (type: String.t, default: nil) - The resource path for the Certificate in the format projects/*/locations/*/certificateAuthorities/*/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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.