Reference documentation and code samples for the Access Context Manager V1 API class Google::Identity::AccessContextManager::V1::ListAccessPoliciesRequest.
A request to list all AccessPolicies
for a container.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Number of AccessPolicy instances to include in the list. Default 100.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Number of AccessPolicy instances to include in the list. Default 100.
Returns
- (::Integer) — Number of AccessPolicy instances to include in the list. Default 100.
#page_token
def page_token() -> ::String
Returns
- (::String) — Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.
Returns
- (::String) — Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Resource name for the container to list AccessPolicy instances
from.
Format:
organizations/{org_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Resource name for the container to list AccessPolicy instances
from.
Format:
organizations/{org_id}
Returns
-
(::String) — Required. Resource name for the container to list AccessPolicy instances
from.
Format:
organizations/{org_id}