View Source GoogleApi.PrivateCA.V1.Model.KeyId (google_api_private_ca v0.15.0)

A KeyId identifies a specific public key, usually by hashing the public key.

Attributes

  • keyId (type: String.t, default: nil) - Optional. 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.KeyId{keyId: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.