Class: Google::Iam::V3beta::SearchTargetPolicyBindingsResponse
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::SearchTargetPolicyBindingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/policy_bindings_service.rb
Overview
Response message for SearchTargetPolicyBindings method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Optional.
-
#policy_bindings ⇒ ::Array<::Google::Iam::V3beta::PolicyBinding>
The policy bindings bound to the specified target.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
226 227 228 229 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 226 class SearchTargetPolicyBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_bindings ⇒ ::Array<::Google::Iam::V3beta::PolicyBinding>
Returns The policy bindings bound to the specified target.
226 227 228 229 |
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 226 class SearchTargetPolicyBindingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |