Class: Google::Apis::IamV1::SignBlobRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/iam_v1/classes.rb,
generated/google/apis/iam_v1/representations.rb,
generated/google/apis/iam_v1/representations.rb

Overview

The service account sign blob request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SignBlobRequest

Returns a new instance of SignBlobRequest.



301
302
303
# File 'generated/google/apis/iam_v1/classes.rb', line 301

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bytes_to_signString

The bytes to sign. Corresponds to the JSON property bytesToSign

Returns:

  • (String)


299
300
301
# File 'generated/google/apis/iam_v1/classes.rb', line 299

def bytes_to_sign
  @bytes_to_sign
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



306
307
308
# File 'generated/google/apis/iam_v1/classes.rb', line 306

def update!(**args)
  @bytes_to_sign = args[:bytes_to_sign] if args.key?(:bytes_to_sign)
end