public sealed class ListApprovalRequestsMessage : IMessage<ListApprovalRequestsMessage>, IEquatable<ListApprovalRequestsMessage>, IDeepCloneable<ListApprovalRequestsMessage>, IBufferMessage, IMessage, IPageRequestRequest to list approval requests.
Implements
IMessage<ListApprovalRequestsMessage>, IEquatable<ListApprovalRequestsMessage>, IDeepCloneable<ListApprovalRequestsMessage>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AccessApproval.V1Assembly
Google.Cloud.AccessApproval.V1.dll
Constructors
ListApprovalRequestsMessage()
public ListApprovalRequestsMessage()ListApprovalRequestsMessage(ListApprovalRequestsMessage)
public ListApprovalRequestsMessage(ListApprovalRequestsMessage other)| Parameter | |
|---|---|
| Name | Description |
other |
ListApprovalRequestsMessage |
Properties
Filter
public string Filter { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }Requested page size.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }A token identifying the page of results to return.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }The parent resource. This may be "projects/{project_id}", "folders/{folder_id}", or "organizations/{organization_id}".
| Property Value | |
|---|---|
| Type | Description |
String |
|