Reference documentation and code samples for the Access Approval V1 API class Google::Cloud::AccessApproval::V1::SignatureInfo.
Information about the digital signature of the resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customer_kms_key_version
def customer_kms_key_version() -> ::String
Returns
- (::String) — The resource name of the customer CryptoKeyVersion used for signing.
#customer_kms_key_version=
def customer_kms_key_version=(value) -> ::String
Parameter
- value (::String) — The resource name of the customer CryptoKeyVersion used for signing.
Returns
- (::String) — The resource name of the customer CryptoKeyVersion used for signing.
#google_public_key_pem
def google_public_key_pem() -> ::String
Returns
- (::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.
#google_public_key_pem=
def google_public_key_pem=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#signature
def signature() -> ::String
Returns
- (::String) — The digital signature.
#signature=
def signature=(value) -> ::String
Parameter
- value (::String) — The digital signature.
Returns
- (::String) — The digital signature.