View Source GoogleApi.PrivateCA.V1.Model.RevocationDetails (google_api_private_ca v0.13.0)

Describes fields that are relavent to the revocation of a Certificate.

Attributes

  • revocationState (type: String.t, default: nil) - Indicates why a Certificate was revoked.
  • revocationTime (type: DateTime.t, default: nil) - The time at which this Certificate was revoked.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.RevocationDetails{
  revocationState: String.t() | nil,
  revocationTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.