View Source GoogleApi.PrivateCA.V1.Model.CertificateConfigKeyId (google_api_private_ca v0.15.2)
A KeyId identifies a specific public key, usually by hashing the public key.
Attributes
-
keyId
(type:String.t
, default:nil
) - Required. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PrivateCA.V1.Model.CertificateConfigKeyId{ keyId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.