ENUM

TprPolicyStatus

Description

Status of a policy for a TPR request.

link GraphQL Schema definition

  • enum TprPolicyStatus {
  • # The triggered policy was approved.
  • APPROVED
  • # The triggered policy was denied.
  • DENIED
  • # The triggered policy is pending approval.
  • PENDING
  • }