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