Index
PublicCertificateAuthorityService
(interface)CreateExternalAccountKeyRequest
(message)ExternalAccountKey
(message)
PublicCertificateAuthorityService
Manages the resources required for ACME external account binding for the public certificate authority service.
CreateExternalAccountKey |
---|
Creates a new
|
CreateExternalAccountKeyRequest
Creates a new ExternalAccountKey
in a given project.
Fields | |
---|---|
parent |
Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported. |
external_account_key |
Required. The external account key to create. This field only exists to future-proof the API. At present, all fields in ExternalAccountKey are output only and all values are ignored. For the purpose of the CreateExternalAccountKeyRequest, set it to a default/empty value. |
ExternalAccountKey
A representation of an ExternalAccountKey used for external account binding within ACME.
Fields | |
---|---|
name |
Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{key_id} |
key_id |
Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created |
b64_mac_key |
Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created |