Class ListDataAccessScopesRequest (0.2.0)

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

Request message for ListDataAccessScopes.

Attributes

Name Description
parent str
Required. The parent resource where this data access scope will be created. Format: projects/{project}/locations/{location}/instances/{instance}
page_size int
The maximum number of data access scopes to return. The service may return fewer than this value. If unspecified, at most 100 data access scopes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_token str
A page token, received from a previous ListDataAccessScopesRequest call. Provide this to retrieve the subsequent page.
filter str
Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessScope and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than "2023-04-21T11:30:00-04:00" OR display_name:"-21-1"".