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 \ V1Methods
__construct
Constructor.
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.
string
setChallenge
Output only. The challenge to be signed by the 2FA key indicated by the public key.
var
string
$this
getPublicKeyPem
Output only. The public key associated with the 2FA key that should sign the challenge.
string
setPublicKeyPem
Output only. The public key associated with the 2FA key that should sign the challenge.
var
string
$this

