Class: Google::Apis::IamV1::QueryGrantableRolesRequest

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 grantable role query 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) ⇒ QueryGrantableRolesRequest

Returns a new instance of QueryGrantableRolesRequest



196
197
198
# File 'generated/google/apis/iam_v1/classes.rb', line 196

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

Instance Attribute Details

#full_resource_nameString

Required. The full resource name to query from the list of grantable roles. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project. Corresponds to the JSON property fullResourceName

Returns:

  • (String)


194
195
196
# File 'generated/google/apis/iam_v1/classes.rb', line 194

def full_resource_name
  @full_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



201
202
203
# File 'generated/google/apis/iam_v1/classes.rb', line 201

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