class Google::Apis::IamV1::SignBlobRequest

The service account sign blob request.

Attributes

bytes_to_sign[RW]

The bytes to sign Corresponds to the JSON property `bytesToSign` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/iam_v1/classes.rb, line 266
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/iam_v1/classes.rb, line 271
def update!(**args)
  @bytes_to_sign = args[:bytes_to_sign] if args.key?(:bytes_to_sign)
end