OBJECT
TprRequestSummary
Description
Used in bulk query for TPR requests.
link GraphQL Schema definition
- type TprRequestSummary {
- # User making the TPR request.
- UserSummary! :
- # ID of the organization.
- String! :
- # Name of the organization.
- String! :
- # Status of the request.
- TprReqStatus! :
- # Time the request was last updated.
- DateTime :
- # Highest priority rule triggered by the request.
- TprRule! :
- # TPR Request ID.
- UUID! :
- # Authorized operations.
- AuthorizedOps! :
- }
link Require by
- TprRequestSummaryConnectionPaginated list of TprRequestSummary objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- TprRequestSummaryEdgeWrapper around the TprRequestSummary object. This wrapper is used for pagination.