Reference documentation and code samples for the Google Cloud Iam V3 Client class ListPrincipalAccessBoundaryPoliciesResponse.
Response message for ListPrincipalAccessBoundaryPolicies method.
Generated from protobuf message google.iam.v3.ListPrincipalAccessBoundaryPoliciesResponse
Namespace
Google \ Cloud \ Iam \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ principal_access_boundary_policies |
array<PrincipalAccessBoundaryPolicy>
The principal access boundary policies from the specified parent. |
↳ next_page_token |
string
Optional. A token, which can be sent as |
getPrincipalAccessBoundaryPolicies
The principal access boundary policies from the specified parent.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPrincipalAccessBoundaryPolicies
The principal access boundary policies from the specified parent.
Parameter | |
---|---|
Name | Description |
var |
array<PrincipalAccessBoundaryPolicy>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Optional. A token, which can be sent as page_token
to retrieve the next
page. If this field is omitted, there are no subsequent pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Optional. A token, which can be sent as page_token
to retrieve the next
page. If this field is omitted, there are no subsequent pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |