Authorization safeguards can be applied to playbook runs, ensuring their execution is limited to specific individuals or teams who grant approval.
Field |
Description |
Scheme |
Required |
type |
Specify type of approval. |
string |
false |
approvers |
Specify approvers of approval. |
[]Approver |
false |
Type |
Description |
any |
A single approval can suffice. |
all |
All approvals are required. (default) |
Field |
Description |
Scheme |
Required |
people |
Specify ids of the people |
[]string |
false |
teams |
Specify ids of the teams |
[]string |
false |