OBJECT

TriggeredTprPolicy

Description

Policy triggered by a TPR request.

link GraphQL Schema definition

  • type TriggeredTprPolicy {
  • # Name of the policy.
  • name: String!
  • # Specifies whether the policy is archived.
  • archived: Boolean!
  • # Number of approvers required for the policy.
  • quorumRequirement: Int!
  • # IDs of the users who have approved the request for the triggered policy.
  • approverIds: [String!]!
  • # Status of the policy.
  • status: TprPolicyStatus!
  • # ID of the policy.
  • id: UUID!
  • }