Resource: ExternalAccountKey
A representation of an ExternalAccountKey used for external account binding within ACME.
JSON representation |
---|
{ "name": string, "keyId": string, "b64MacKey": string } |
Fields | |
---|---|
name |
Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{keyId} |
keyId |
Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created |
b64MacKey |
Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created A base64-encoded string. |
Methods |
|
---|---|
|
Creates a new ExternalAccountKey bound to the project. |