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