GoogleApi.PrivateCA.V1beta1.Model.RevocationDetails (google_api_private_ca v0.4.2) View Source

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.

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.RevocationDetails{
  revocationState: String.t(),
  revocationTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.