Class: Google::Iam::V1::TestIamPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Iam::V1::TestIamPermissionsResponse
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/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.
61 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/iam_policy.rb', line 61 class TestIamPermissionsResponse; end |