OBJECT
TprRequestSummary
Description
Used in bulk query for TPR requests.
link GraphQL Schema definition
- type TprRequestSummary {
- # Authorized operations.
- : AuthorizedOps!
- # ID of the organization.
- : String!
- # Name of the organization.
- : String!
- # TPR Request ID.
- : UUID!
- # User making the TPR request.
- : UserSummary!
- # Status of the request.
- : TprReqStatus!
- # Highest priority rule triggered by the request.
- : TprRule!
- # Time the request was last updated.
- : DateTime
- }
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.