Reference documentation and code samples for the Access Context Manager V1 API class Google::Identity::AccessContextManager::V1::ListAccessPoliciesResponse.
A response to ListAccessPoliciesRequest
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_policies
def access_policies() -> ::Array<::Google::Identity::AccessContextManager::V1::AccessPolicy>
Returns
- (::Array<::Google::Identity::AccessContextManager::V1::AccessPolicy>) — List of the AccessPolicy instances.
#access_policies=
def access_policies=(value) -> ::Array<::Google::Identity::AccessContextManager::V1::AccessPolicy>
Parameter
- value (::Array<::Google::Identity::AccessContextManager::V1::AccessPolicy>) — List of the AccessPolicy instances.
Returns
- (::Array<::Google::Identity::AccessContextManager::V1::AccessPolicy>) — List of the AccessPolicy 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.