Reference documentation and code samples for the Access Context Manager V1 Client class ListAccessPoliciesRequest.
A request to list all AccessPolicies
for a container.
Generated from protobuf message google.identity.accesscontextmanager.v1.ListAccessPoliciesRequest
Namespace
Google \ Identity \ AccessContextManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Resource name for the container to list AccessPolicy instances from. Format: |
↳ page_size |
int
Number of AccessPolicy instances to include in the list. Default 100. |
↳ page_token |
string
Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results. |
getParent
Required. Resource name for the container to list AccessPolicy instances from.
Format:
organizations/{org_id}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Resource name for the container to list AccessPolicy instances from.
Format:
organizations/{org_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Number of AccessPolicy instances to include in the list. Default 100.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Number of AccessPolicy instances to include in the list. Default 100.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |