Google Cloud Public Certificate Authority V1beta1 Client - Class ExternalAccountKey (0.2.3)

Reference documentation and code samples for the Google Cloud Public Certificate Authority V1beta1 Client class ExternalAccountKey.

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

Generated from protobuf message google.cloud.security.publicca.v1beta1.ExternalAccountKey

Namespace

Google \ Cloud \ Security \ PublicCA \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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}

Returns
TypeDescription
string

setName

Output only. Resource name.

projects/{project}/locations/{location}/externalAccountKeys/{key_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getKeyId

Output only. Key ID.

It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

Returns
TypeDescription
string

setKeyId

Output only. Key ID.

It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getB64MacKey

Output only. Base64-URL-encoded HS256 key.

It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

Returns
TypeDescription
string

setB64MacKey

Output only. Base64-URL-encoded HS256 key.

It is generated by the PublicCertificateAuthorityService when the ExternalAccountKey is created

Parameter
NameDescription
var string
Returns
TypeDescription
$this