OBJECT
TriggeredTprPolicy
Description
Policy triggered by a TPR request.
link GraphQL Schema definition
- type TriggeredTprPolicy {
- # IDs of the users who have approved the request for the triggered policy.
- : [String!]!
- # Specifies whether the policy is archived.
- : Boolean!
- # ID of the policy.
- : UUID!
- # Name of the policy.
- : String!
- # Number of approvers required for the policy.
- : Int!
- # Status of the policy.
- : TprPolicyStatus!
- }