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