Reference documentation and code samples for the Access Context Manager V1 Client class ListGcpUserAccessBindingsResponse.
Response of ListGcpUserAccessBindings.
Generated from protobuf message google.identity.accesscontextmanager.v1.ListGcpUserAccessBindingsResponse
Namespace
Google \ Identity \ AccessContextManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcp_user_access_bindings |
array<GcpUserAccessBinding>
[GcpUserAccessBinding] [google.identity.accesscontextmanager.v1.GcpUserAccessBinding] |
↳ next_page_token |
string
Token to get the next page of items. If blank, there are no more items. |
getGcpUserAccessBindings
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setGcpUserAccessBindings
| Parameter | |
|---|---|
| Name | Description |
var |
array<GcpUserAccessBinding>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Token to get the next page of items. If blank, there are no more items.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Token to get the next page of items. If blank, there are no more items.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|