Reference documentation and code samples for the Access Context Manager V1 API class Google::Identity::AccessContextManager::V1::ListAccessLevelsResponse.
A response to ListAccessLevelsRequest
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_levels
def access_levels() -> ::Array<::Google::Identity::AccessContextManager::V1::AccessLevel>
Returns
- (::Array<::Google::Identity::AccessContextManager::V1::AccessLevel>) — List of the [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances.
#access_levels=
def access_levels=(value) -> ::Array<::Google::Identity::AccessContextManager::V1::AccessLevel>
Parameter
- value (::Array<::Google::Identity::AccessContextManager::V1::AccessLevel>) — List of the [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances.
Returns
- (::Array<::Google::Identity::AccessContextManager::V1::AccessLevel>) — List of the [Access Level] [google.identity.accesscontextmanager.v1.AccessLevel] instances.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
Returns
- (::String) — The pagination token to retrieve the next page of results. If the value is empty, no further results remain.