Skip to content

TprRequestDetailReply

Reply for getting TPR Request Detail.

Fields

Field Type Description
createdAt DateTime Time the request was created.
details TprRequestDetail Details of the request.
executionExpiresAt DateTime Time the request's execution window expires.
executionType TprExecutionType! Execution type for the request.
expiresAt DateTime Time the request expires.
id String! ID of the TPR request.
isPotentialLastApprover Boolean! Potentially, the last approver needed for the request.
operations AuthorizedOps! Authorized operations.
orgId UUID! ID of the organization.
orgName String! Name of the organization.
requester UserSummary User making the TPR request.
status TprReqStatus! Status of the request.
statusLog [TprReqStatusChange!]! Log of the changes to the request.
triggeredTprPolicies [TriggeredTprPolicy!]! Policies triggered by the request.
triggeredTprRule TprRule! Highest priority rule triggered by the request.
triggeredTprRules [TprRule!]! All rules triggered by the request.
updatedAt DateTime Time the request was last updated.

Used By

Queries