Reference documentation and code samples for the Access Approval V1 API class Google::Cloud::AccessApproval::V1::ListApprovalRequestsMessage.
Request to list approval requests.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) —
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.
#filter=
def filter=(value) -> ::String
-
value (::String) —
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.
-
(::String) —
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
def page_size() -> ::Integer
- (::Integer) — Requested page size.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Requested page size.
- (::Integer) — Requested page size.
#page_token
def page_token() -> ::String
- (::String) — A token identifying the page of results to return.
#page_token=
def page_token=(value) -> ::String
- value (::String) — A token identifying the page of results to return.
- (::String) — A token identifying the page of results to return.
#parent
def parent() -> ::String
- (::String) — The parent resource. This may be "projects/{project}", "folders/{folder}", or "organizations/{organization}".
#parent=
def parent=(value) -> ::String
- value (::String) — The parent resource. This may be "projects/{project}", "folders/{folder}", or "organizations/{organization}".
- (::String) — The parent resource. This may be "projects/{project}", "folders/{folder}", or "organizations/{organization}".