Class: Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
- Inherits:
-
Object
- Object
- Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/policytroubleshooter_v1beta/classes.rb,
lib/google/apis/policytroubleshooter_v1beta/representations.rb,
lib/google/apis/policytroubleshooter_v1beta/representations.rb
Overview
Request for TroubleshootIamPolicy.
Instance Attribute Summary collapse
-
#access_tuple ⇒ Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaAccessTuple
Information about the member, resource, and permission to check.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
constructor
A new instance of GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
Returns a new instance of GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.
274 275 276 |
# File 'lib/google/apis/policytroubleshooter_v1beta/classes.rb', line 274 def initialize(**args) update!(**args) end |
Instance Attribute Details
#access_tuple ⇒ Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaAccessTuple
Information about the member, resource, and permission to check.
Corresponds to the JSON property accessTuple
272 273 274 |
# File 'lib/google/apis/policytroubleshooter_v1beta/classes.rb', line 272 def access_tuple @access_tuple end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
279 280 281 |
# File 'lib/google/apis/policytroubleshooter_v1beta/classes.rb', line 279 def update!(**args) @access_tuple = args[:access_tuple] if args.key?(:access_tuple) end |