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