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
-
(::String) — The resource name of the customer CryptoKeyVersion used for signing.
Note: The following fields are mutually exclusive:
customer_kms_key_version
,google_public_key_pem
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#customer_kms_key_version=
def customer_kms_key_version=(value) -> ::String
-
value (::String) — The resource name of the customer CryptoKeyVersion used for signing.
Note: The following fields are mutually exclusive:
customer_kms_key_version
,google_public_key_pem
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The resource name of the customer CryptoKeyVersion used for signing.
Note: The following fields are mutually exclusive:
customer_kms_key_version
,google_public_key_pem
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#google_public_key_pem
def google_public_key_pem() -> ::String
-
(::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.
Note: The following fields are mutually exclusive:
google_public_key_pem
,customer_kms_key_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#google_public_key_pem=
def google_public_key_pem=(value) -> ::String
-
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.
Note: The following fields are mutually exclusive:
google_public_key_pem
,customer_kms_key_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::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.
Note: The following fields are mutually exclusive:
google_public_key_pem
,customer_kms_key_version
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#signature
def signature() -> ::String
- (::String) — The digital signature.
#signature=
def signature=(value) -> ::String
- value (::String) — The digital signature.
- (::String) — The digital signature.