Class: Google::Identity::AccessContextManager::V1::ListGcpUserAccessBindingsResponse
- Inherits:
-
Object
- Object
- Google::Identity::AccessContextManager::V1::ListGcpUserAccessBindingsResponse
- 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
-
#gcp_user_access_bindings ⇒ ::Array<::Google::Identity::AccessContextManager::V1::GcpUserAccessBinding>
[GcpUserAccessBinding] [google.identity.accesscontextmanager.v1.GcpUserAccessBinding].
-
#next_page_token ⇒ ::String
Token to get the next page of items.
Instance Attribute Details
#gcp_user_access_bindings ⇒ ::Array<::Google::Identity::AccessContextManager::V1::GcpUserAccessBinding>
Returns [GcpUserAccessBinding] [google.identity.accesscontextmanager.v1.GcpUserAccessBinding].
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.
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 |