az security automation-source

Creates security automation source.

Commands

Name Description Type Status
az security automation-source create

Creates security automation source.

Core GA

az security automation-source create

Creates security automation source.

az security automation-source create --event-source
                                     [--rule-sets]

Examples

Creates security automation source.

az security automation-source create --event-source 'Assessments'

Required Parameters

--event-source

A valid event source type.

Optional Parameters

--rule-sets

A set of rules which evaluate upon event interception. A logical disjunction is applied between defined rule sets (logical "or").

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.