Reference documentation and code samples for the Access Context Manager V1 Client class ListAccessPoliciesResponse.
A response to ListAccessPoliciesRequest
.
Generated from protobuf message google.identity.accesscontextmanager.v1.ListAccessPoliciesResponse
Namespace
Google \ Identity \ AccessContextManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ access_policies |
array<Google\Identity\AccessContextManager\V1\AccessPolicy>
List of the AccessPolicy instances. |
↳ next_page_token |
string
The pagination token to retrieve the next page of results. If the value is empty, no further results remain. |
getAccessPolicies
List of the AccessPolicy instances.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAccessPolicies
List of the AccessPolicy instances.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Identity\AccessContextManager\V1\AccessPolicy>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |