Class ListApprovalRequestsMessage (1.5.1)

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

Request to list approval requests.

Attributes

NameDescription
parent str
The parent resource. This may be "projects/{project}", "folders/{folder}", or "organizations/{organization}".
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 requests that have been dismissed, or requests that are not approved and past expiration. - EXPIRED: Only requests that have been approved, and the approval has expired. - HISTORY: Active, dismissed and expired requests.
page_size int
Requested page size.
page_token str
A token identifying the page of results to return.