az security workspace-setting
Shows the workspace settings in your subscription - these settings let you control which workspace will hold your security data.
Commands
Name | Description | Type | Status |
---|---|---|---|
az security workspace-setting create |
Creates a workspace settings in your subscription - these settings let you control which workspace will hold your security data. |
Core | GA |
az security workspace-setting delete |
Deletes the workspace settings in your subscription - this will make the security events on the subscription be reported to the default workspace. |
Core | GA |
az security workspace-setting list |
Shows the workspace settings in your subscription - these settings let you control which workspace will hold your security data. |
Core | GA |
az security workspace-setting show |
Shows the workspace settings in your subscription - these settings let you control which workspace will hold your security data. |
Core | GA |
az security workspace-setting create
Creates a workspace settings in your subscription - these settings let you control which workspace will hold your security data.
az security workspace-setting create --name
--target-workspace
Examples
Creates a workspace settings in your subscription - these settings let you control which workspace will hold your security data
az security workspace-setting create -n default --target-workspace '/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace'
Required Parameters
Name of the resource to be fetched.
An ID of the workspace resource that will hold the security data.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security workspace-setting delete
Deletes the workspace settings in your subscription - this will make the security events on the subscription be reported to the default workspace.
az security workspace-setting delete --name
Examples
Deletes the workspace settings in your subscription - this will make the security events on the subscription be reported to the default workspace
az security workspace-setting delete -n default
Required Parameters
Name of the resource to be fetched.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security workspace-setting list
Shows the workspace settings in your subscription - these settings let you control which workspace will hold your security data.
az security workspace-setting list
Examples
Shows the workspace settings in your subscription - these settings let you control which workspace will hold your security data
az security workspace-setting list
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security workspace-setting show
Shows the workspace settings in your subscription - these settings let you control which workspace will hold your security data.
az security workspace-setting show --name
Examples
Shows the workspace settings in your subscription - these settings let you control which workspace will hold your security data
az security workspace-setting show -n default
Required Parameters
Name of the resource to be fetched.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.