Class: Google::Cloud::PolicyTroubleshooter::V1::TroubleshootIamPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::V1::TroubleshootIamPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/v1/checker.rb
Overview
Request for TroubleshootIamPolicy.
Instance Attribute Summary collapse
-
#access_tuple ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::AccessTuple
The information to use for checking whether a principal has a permission for a resource.
Instance Attribute Details
#access_tuple ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::AccessTuple
Returns The information to use for checking whether a principal has a permission for a resource.
30 31 32 33 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/checker.rb', line 30 class TroubleshootIamPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |