ActionSecurityPoliciesInput input provides data for updating action security policies. It's used by the updateActionSecurityPolicies() mutation field.

Table: ActionSecurityPoliciesInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
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.