Class: Google::Iam::V3beta::SearchTargetPolicyBindingsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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