Class: Google::Iam::V1::TestIamPermissionsRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1::TestIamPermissionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1/iam_policy.rb
Overview
Request message for TestIamPermissions
method.
Instance Attribute Summary collapse
-
#permissions ⇒ ::Array<::String>
The set of permissions to check for the
resource
. -
#resource ⇒ ::String
REQUIRED: The resource for which the policy detail is being requested.
Instance Attribute Details
#permissions ⇒ ::Array<::String>
Returns The set of permissions to check for the resource
. Permissions with
wildcards (such as '' or 'storage.') are not allowed. For more
information see
IAM Overview.
71 72 73 74 |
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 71 class TestIamPermissionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.
71 72 73 74 |
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 71 class TestIamPermissionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |