INPUT_OBJECT

SubmitTprRequestInput

Description

Submit a TPR request.

link GraphQL Schema definition

  • input SubmitTprRequestInput {
  • # ID of the TPR request to submit.
  • requestId: UUID!
  • # Comment to include with the request.
  • comment: String
  • # Specifies how the TPR request is executed when approved.
  • executionType: TprExecutionType!
  • # Specifies the time, in hours, after which the request times out.
  • executionTimeoutHours: Int
  • }

link Require by