50 строки
1.3 KiB
JSON
50 строки
1.3 KiB
JSON
{
|
|
"id": "https://schema.management.azure.com/schemas/2022-05-01/Microsoft.Security.json#",
|
|
"title": "Microsoft.Security",
|
|
"description": "Microsoft Security Resource Types",
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"subscription_resourceDefinitions": {
|
|
"settings": {
|
|
"description": "Microsoft.Security/settings",
|
|
"properties": {
|
|
"apiVersion": {
|
|
"enum": [
|
|
"2022-05-01"
|
|
],
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"description": "The name of the setting",
|
|
"oneOf": [
|
|
{
|
|
"enum": [
|
|
"MCAS",
|
|
"WDATP",
|
|
"WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW",
|
|
"WDATP_UNIFIED_SOLUTION",
|
|
"Sentinel"
|
|
],
|
|
"type": "string"
|
|
},
|
|
{
|
|
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
|
}
|
|
]
|
|
},
|
|
"type": {
|
|
"enum": [
|
|
"Microsoft.Security/settings"
|
|
],
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"name",
|
|
"apiVersion",
|
|
"type"
|
|
],
|
|
"type": "object"
|
|
}
|
|
},
|
|
"definitions": {}
|
|
} |