ActionSecurityPoliciesInput() input provides data for updating action security policies.

Table: ActionSecurityPoliciesInput

ParameterTypeRequiredDefaultStabilityDescription
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
emailActionEnabledbooleanyes Long-TermWhether email actions should be enabled.
emailActionRecipientAllowList[string]yes Long-TermAllow 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.
opsGenieActionEnabledbooleanyes Long-TermWhether OpsGenie actions should be enabled.
pagerDutyActionEnabledbooleanyes Long-TermWhether PagerDuty actions should be enabled.
repoActionEnabledbooleanyes Long-TermWhether repository actions should be enabled.
slackMultiChannelActionEnabledbooleanyes Long-TermWhether multi channel Slack actions should be enabled.
slackSingleChannelActionEnabledbooleanyes Long-TermWhether single channel Slack actions should be enabled.
uploadFileActionEnabledbooleanyes Long-TermWhether upload file actions should be enabled.
victorOpsActionEnabledbooleanyes Long-TermWhether VictorOps actions should be enabled.
webhookActionEnabledbooleanyes Long-TermWhether webhook actions should be enabled.
webhookActionUrlAllowList[string]yes Long-TermAllow 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.