Class ListApprovalRequestsMessage (1.3.5)

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

Request to list approval requests. .. attribute:: parent

The parent resource. This may be "projects/{project_id}", "folders/{folder_id}", or "organizations/{organization_id}".

:type: str

Attributes

NameDescription
filter str
A filter on the type of approval requests to retrieve. Must be one of the following values: - [not set]: Requests that are pending or have active approvals. - ALL: All requests. - PENDING: Only pending requests. - ACTIVE: Only active (i.e. currently approved) requests. - DISMISSED: Only dismissed (including expired) requests.
page_size int
Requested page size.
page_token str
A token identifying the page of results to return.