Class: Google::Iam::V3beta::ListPolicyBindingsRequest
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::ListPolicyBindingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/policy_bindings_service.rb
Overview
Request message for ListPolicyBindings method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. An expression for filtering the results of the request. Filter rules are case insensitive. Some eligible fields for filtering are:
targetpolicy
Some examples of filter queries:
target:ex*: The binding target's name starts with "ex".target:example: The binding target's name isexample.policy:example: The binding policy's name isexample.
154 155 156 157 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 154 class ListPolicyBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Optional. The maximum number of policy bindings to return. The service may return fewer than this value.
If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
154 155 156 157 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 154 class ListPolicyBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListPolicyBindings call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListPolicyBindings must
match the call that provided the page token.
154 155 156 157 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 154 class ListPolicyBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource, which owns the collection of policy bindings.
Format:
projects/{project_id}/locations/{location}projects/{project_number}/locations/{location}folders/{folder_id}/locations/{location}organizations/{organization_id}/locations/{location}.
154 155 156 157 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 154 class ListPolicyBindingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |