ActionSecurityPoliciesInput()
input provides data for updating action security policies.
Table: ActionSecurityPoliciesInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 17, 2024 | |||||
emailActionEnabled | boolean | yes | Long-Term | Whether email actions should be enabled. | |
emailActionRecipientAllowList | [string] | yes | Long-Term | Allow list of glob patterns restricting which recipient can be set on email actions. For example, *@organization.com . Empty list means no recipients allowed whereas not setting it means all allowed. | |
opsGenieActionEnabled | boolean | yes | Long-Term | Whether OpsGenie actions should be enabled. | |
pagerDutyActionEnabled | boolean | yes | Long-Term | Whether PagerDuty actions should be enabled. | |
repoActionEnabled | boolean | yes | Long-Term | Whether repository actions should be enabled. | |
slackMultiChannelActionEnabled | boolean | yes | Long-Term | Whether multi channel Slack actions should be enabled. | |
slackSingleChannelActionEnabled | boolean | yes | Long-Term | Whether single channel Slack actions should be enabled. | |
uploadFileActionEnabled | boolean | yes | Long-Term | Whether upload file actions should be enabled. | |
victorOpsActionEnabled | boolean | yes | Long-Term | Whether VictorOps actions should be enabled. | |
webhookActionEnabled | boolean | yes | Long-Term | Whether webhook actions should be enabled. | |
webhookActionUrlAllowList | [string] | yes | Long-Term | Allow list of glob patterns restricting which URL can be set on webhook actions. For example, *.organization.com . Empty means no recipients allowed whereas null means all. |