View Source GoogleApi.PublicCA.V1.Model.ExternalAccountKey (google_api_public_ca v0.2.0)

A representation of an ExternalAccountKey used for external account binding within ACME.

Attributes

  • b64MacKey (type: String.t, default: nil) - Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
  • keyId (type: String.t, default: nil) - Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
  • name (type: String.t, default: nil) - Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{key_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PublicCA.V1.Model.ExternalAccountKey{
  b64MacKey: String.t() | nil,
  keyId: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.