INPUT_OBJECT
SubmitTprRequestInput
Description
Submit a TPR request.
link GraphQL Schema definition
- input SubmitTprRequestInput {
- # Comment to include with the request.
- : String
- # Specifies the time, in hours, after which the request times out.
- : Int
- # Specifies how the TPR request is executed when approved.
- : TprExecutionType!
- # ID of the TPR request to submit.
- : UUID!
- }