class Google::Apis::IamV1::SignBlobRequest
Deprecated. [Migrate to Service Account Credentials API](cloud.google. com/iam/help/credentials/migrate-api). The service account sign blob request.
Attributes
bytes_to_sign[RW]
Required. Deprecated. [Migrate to Service Account Credentials API](https:// cloud.google.com/iam/help/credentials/migrate-api). The bytes to sign. Corresponds to the JSON property `bytesToSign` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 1576 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iam_v1/classes.rb, line 1581 def update!(**args) @bytes_to_sign = args[:bytes_to_sign] if args.key?(:bytes_to_sign) end