Class: Google::Iam::Credentials::V1::SignBlobResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns The ID of the key used to sign the blob.

Returns:

  • (::String)

    The ID of the key used to sign the blob.



103
104
105
106
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 103

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

#signed_blob::String

Returns The signed blob.

Returns:

  • (::String)

    The signed blob.



103
104
105
106
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 103

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