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

Deprecated. Migrate to Service Account Credentials API. The service account sign blob request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SignBlobRequest

Returns a new instance of SignBlobRequest.



1439
1440
1441
# File 'generated/google/apis/iam_v1/classes.rb', line 1439

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

Instance Attribute Details

#bytes_to_signString

Required. Deprecated. Migrate to Service Account Credentials API. The bytes to sign. Corresponds to the JSON property bytesToSign NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


1437
1438
1439
# File 'generated/google/apis/iam_v1/classes.rb', line 1437

def bytes_to_sign
  @bytes_to_sign
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1444
1445
1446
# File 'generated/google/apis/iam_v1/classes.rb', line 1444

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