REST Resource: projects.locations.externalAccountKeys

Resource: ExternalAccountKey

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

JSON representation
{
  "name": string,
  "keyId": string,
  "b64MacKey": string
}
Fields
name

string

Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{keyId}

keyId

string

Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

b64MacKey

string (bytes format)

Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

A base64-encoded string.

Methods

create

Creates a new ExternalAccountKey bound to the project.