Class: Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
- Inherits:
-
Object
- Object
- Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
- 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
TroubleshootIamPolicyRequest is used in TroubleshootIamPolicy
Instance Attribute Summary collapse
-
#access_tuple ⇒ Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaAccessTuple
AccessTuple defines information required for checking an access attempt.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
constructor
A new instance of GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
Returns a new instance of GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest
265 266 267 |
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 265 def initialize(**args) update!(**args) end |
Instance Attribute Details
#access_tuple ⇒ Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaAccessTuple
AccessTuple defines information required for checking an access attempt.
In other words, this is the tuple given to CheckAccess
.
Corresponds to the JSON property accessTuple
263 264 265 |
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 263 def access_tuple @access_tuple end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
270 271 272 |
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 270 def update!(**args) @access_tuple = args[:access_tuple] if args.key?(:access_tuple) end |