Class: Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest

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

Overview

Request for TroubleshootIamPolicy.

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) ⇒ GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest

Returns a new instance of GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.



325
326
327
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 325

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

Instance Attribute Details

#access_tupleGoogle::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaAccessTuple

Information about the member, resource, and permission to check. Corresponds to the JSON property accessTuple



323
324
325
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 323

def access_tuple
  @access_tuple
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



330
331
332
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 330

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