Class: Google::Iam::V1::TestIamPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Iam::V1::TestIamPermissionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1/iam_policy.rb
Overview
Response message for TestIamPermissions
method.
Instance Attribute Summary collapse
-
#permissions ⇒ ::Array<::String>
A subset of
TestPermissionsRequest.permissions
that the caller is allowed.
Instance Attribute Details
#permissions ⇒ ::Array<::String>
Returns A subset of TestPermissionsRequest.permissions
that the caller is
allowed.
81 82 83 84 |
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 81 class TestIamPermissionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |