Class ListAclsRequest (0.3.0)

ListAclsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for ListAcls.

Attributes

Name Description
parent str
Required. The parent cluster whose acls are to be listed. Structured like projects/{project}/locations/{location}/clusters/{cluster}.
page_size int
Optional. The maximum number of acls to return. The service may return fewer than this value. If unset or zero, all acls for the parent is returned.
page_token str
Optional. A page token, received from a previous ListAcls call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAcls must match the call that provided the page token.