Reference documentation and code samples for the Google Cloud Public Certificate Authority V1 Client class ExternalAccountKey.
A representation of an ExternalAccountKey used for external account binding within ACME.
Generated from protobuf message google.cloud.security.publicca.v1.ExternalAccountKey
Namespace
Google \ Cloud \ Security \ PublicCA \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Resource name. projects/{project}/locations/{location}/externalAccountKeys/{key_id}
↳ key_id
string
Output only. Key ID. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
↳ b64_mac_key
string
Output only. Base64-URL-encoded HS256 key. It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
getName
Output only. Resource name.
projects/{project}/locations/{location}/externalAccountKeys/{key_id}
string
setName
Output only. Resource name.
projects/{project}/locations/{location}/externalAccountKeys/{key_id}
var
string
$this
getKeyId
Output only. Key ID.
It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
string
setKeyId
Output only. Key ID.
It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
var
string
$this
getB64MacKey
Output only. Base64-URL-encoded HS256 key.
It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
string
setB64MacKey
Output only. Base64-URL-encoded HS256 key.
It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created
var
string
$this