Class: Google::Cloud::AccessApproval::V1::SignatureInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/accessapproval/v1/accessapproval.rb

Overview

Information about the digital signature of the resource.

Instance Attribute Summary collapse

Instance Attribute Details

#customer_kms_key_version::String

Returns The resource name of the customer CryptoKeyVersion used for signing.

Returns:

  • (::String)

    The resource name of the customer CryptoKeyVersion used for signing.



121
122
123
124
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 121

class SignatureInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#google_public_key_pem::String

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



121
122
123
124
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 121

class SignatureInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#signature::String

Returns The digital signature.

Returns:

  • (::String)

    The digital signature.



121
122
123
124
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 121

class SignatureInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end