Reference documentation and code samples for the Google Cloud Access Approval V1 Client class SignatureInfo.
Information about the digital signature of the resource.
Generated from protobuf message google.cloud.accessapproval.v1.SignatureInfo
Namespace
Google \ Cloud \ AccessApproval \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ signature
string
The digital signature.
↳ google_public_key_pem
string
The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
↳ customer_kms_key_version
string
The resource name of the customer CryptoKeyVersion used for signing.
getSignature
The digital signature.
string
setSignature
The digital signature.
var
string
$this
getGooglePublicKeyPem
The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
string
hasGooglePublicKeyPem
setGooglePublicKeyPem
The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
var
string
$this
getCustomerKmsKeyVersion
The resource name of the customer CryptoKeyVersion used for signing.
string
hasCustomerKmsKeyVersion
setCustomerKmsKeyVersion
The resource name of the customer CryptoKeyVersion used for signing.
var
string
$this
getVerificationInfo
string