Access Context Manager V1 Client - Class ListAccessPoliciesResponse (0.3.5)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAccessPolicies

List of the AccessPolicy instances.

Parameter
NameDescription
var array<Google\Identity\AccessContextManager\V1\AccessPolicy>
Returns
TypeDescription
$this

getNextPageToken

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

Returns
TypeDescription
string

setNextPageToken

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

Parameter
NameDescription
var string
Returns
TypeDescription
$this