Class: Google::Identity::AccessContextManager::V1::ListGcpUserAccessBindingsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb

Overview

Response of [ListGcpUserAccessBindings] [google.identity.accesscontextmanager.v1.AccessContextManager.ListGcpUserAccessBindings].

Instance Attribute Summary collapse

Instance Attribute Details

#gcp_user_access_bindings::Array<::Google::Identity::AccessContextManager::V1::GcpUserAccessBinding>

Returns [GcpUserAccessBinding] [google.identity.accesscontextmanager.v1.GcpUserAccessBinding].

Returns:



451
452
453
454
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 451

class ListGcpUserAccessBindingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns Token to get the next page of items. If blank, there are no more items.

Returns:

  • (::String)

    Token to get the next page of items. If blank, there are no more items.



451
452
453
454
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 451

class ListGcpUserAccessBindingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end