Cloud KMS V1 Client - Class Challenge (2.6.0)

Reference documentation and code samples for the Cloud KMS V1 Client class Challenge.

A challenge to be signed by a 2FA key.

Generated from protobuf message google.cloud.kms.v1.Challenge

Namespace

Google \ Cloud \ Kms \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ challenge string

Output only. The challenge to be signed by the 2FA key indicated by the public key.

↳ public_key_pem string

Output only. The public key associated with the 2FA key that should sign the challenge.

getChallenge

Output only. The challenge to be signed by the 2FA key indicated by the public key.

Returns
Type Description
string

setChallenge

Output only. The challenge to be signed by the 2FA key indicated by the public key.

Parameter
Name Description
var string
Returns
Type Description
$this

getPublicKeyPem

Output only. The public key associated with the 2FA key that should sign the challenge.

Returns
Type Description
string

setPublicKeyPem

Output only. The public key associated with the 2FA key that should sign the challenge.

Parameter
Name Description
var string
Returns
Type Description
$this