class Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest

Request for TroubleshootIamPolicy.

Attributes

access_tuple[RW]

Information about the member, resource, and permission to check. Corresponds to the JSON property `accessTuple` @return [Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaAccessTuple]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/policytroubleshooter_v1beta/classes.rb, line 279
def update!(**args)
  @access_tuple = args[:access_tuple] if args.key?(:access_tuple)
end