Reference documentation and code samples for the Google Cloud Iam V3 Client class ListPolicyBindingsRequest.
Request message for ListPolicyBindings method.
Generated from protobuf message google.iam.v3.ListPolicyBindingsRequest
Namespace
Google \ Cloud \ Iam \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource, which owns the collection of policy bindings. Format: * * projects/{project_id}/locations/{location}
* * projects/{project_number}/locations/{location}
* * folders/{folder_id}/locations/{location}
* * organizations/{organization_id}/locations/{location}
↳ page_size
int
Optional. The maximum number of policy bindings to return. The service may return fewer than this value. If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
Optional. A page token, received from a previous ListPolicyBindings
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPolicyBindings
must match the call that provided the page token.
↳ filter
string
Optional. An expression for filtering the results of the request. Filter rules are case insensitive. Some eligible fields for filtering are: + target
+ policy
Some examples of filter queries: * * target:ex*
: The binding target's name starts with "ex". * * target:example
: The binding target's name is example
. * * policy:example
: The binding policy's name is example
.
getParent
Required. The parent resource, which owns the collection of policy bindings.
Format:
-
projects/{project_id}/locations/{location} -
projects/{project_number}/locations/{location} -
folders/{folder_id}/locations/{location} -
organizations/{organization_id}/locations/{location}
string
setParent
Required. The parent resource, which owns the collection of policy bindings.
Format:
-
projects/{project_id}/locations/{location} -
projects/{project_number}/locations/{location} -
folders/{folder_id}/locations/{location} -
organizations/{organization_id}/locations/{location}
var
string
$this
getPageSize
Optional. The maximum number of policy bindings to return. The service may return fewer than this value.
If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int
setPageSize
Optional. The maximum number of policy bindings to return. The service may return fewer than this value.
If unspecified, at most 50 policy bindings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
var
int
$this
getPageToken
Optional. A page token, received from a previous ListPolicyBindings
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListPolicyBindings
must
match the call that provided the page token.
string
setPageToken
Optional. A page token, received from a previous ListPolicyBindings
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListPolicyBindings
must
match the call that provided the page token.
var
string
$this
getFilter
Optional. An expression for filtering the results of the request. Filter rules are case insensitive. Some eligible fields for filtering are:
-
target -
policySome examples of filter queries: -
target:ex*: The binding target's name starts with "ex". -
target:example: The binding target's name isexample. -
policy:example: The binding policy's name isexample.
string
setFilter
Optional. An expression for filtering the results of the request. Filter rules are case insensitive. Some eligible fields for filtering are:
-
target -
policySome examples of filter queries: -
target:ex*: The binding target's name starts with "ex". -
target:example: The binding target's name isexample. -
policy:example: The binding policy's name isexample.
var
string
$this
static::build
parent
string
Required. The parent resource, which owns the collection of policy bindings.
Format:
-
-
projects/{project_id}/locations/{location}
-
-
-
projects/{project_number}/locations/{location}
-
-
-
folders/{folder_id}/locations/{location}
-
-
-
organizations/{organization_id}/locations/{location}Please see PolicyBindingsClient::organizationLocationName() for help formatting this field.
-

