OBJECT
TprRequestDetailReply
Description
Reply for getting TPR Request Detail.
link GraphQL Schema definition
- type TprRequestDetailReply {
- # Time the request was created.
- : DateTime
- # Details of the request.
- : TprRequestDetail
- # Time the request's execution window expires.
- : DateTime
- # Execution type for the request.
- : TprExecutionType!
- # Time the request expires.
- : DateTime
- # ID of the TPR request.
- : String!
- # Potentially, the last approver needed for the request.
- : Boolean!
- # Authorized operations.
- : AuthorizedOps!
- # ID of the organization.
- : UUID!
- # Name of the organization.
- : String!
- # User making the TPR request.
- : UserSummary
- # Status of the request.
- : TprReqStatus!
- # Log of the changes to the request.
- : [TprReqStatusChange!]!
- # Policies triggered by the request.
- : [TriggeredTprPolicy!]!
- # Highest priority rule triggered by the request.
- : TprRule!
- # All rules triggered by the request.
- : [TprRule!]!
- # Time the request was last updated.
- : DateTime
- }