View Source GoogleApi.PrivateCA.V1.Model.RevocationDetails (google_api_private_ca v0.15.1)
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
Unwrap a decoded JSON object into its complex fields.