Access Approval V1 API - Class Google::Cloud::AccessApproval::V1::SignatureInfo (v1.2.0)

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.

    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
Parameter
  • 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.

Returns
  • (::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
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.

    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
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.

    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.

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.

    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
Returns
  • (::String) — The digital signature.

#signature=

def signature=(value) -> ::String
Parameter
  • value (::String) — The digital signature.
Returns
  • (::String) — The digital signature.