The sensitivitySettings resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Security/sensitivitySettings resource, add the following JSON to your template.
{
"type": "Microsoft.Security/sensitivitySettings",
"apiVersion": "2023-02-15-preview",
"name": "current",
"sensitiveInfoTypesIds": [ "string" ],
"sensitivityThresholdLabelId": "string",
"sensitivityThresholdLabelOrder": "int"
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Security/sensitivitySettings' |
apiVersion | The resource api version | '2023-02-15-preview' |
name | The resource name | 'current' |
sensitiveInfoTypesIds | List of selected sensitive info types' IDs. | string[] (required) Constraints: Min length = 36 Max length = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
sensitivityThresholdLabelId | The id of the sensitivity threshold label. Any label at or above this rank will be considered sensitive. | string Constraints: Min length = 36 Max length = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
sensitivityThresholdLabelOrder | The order of the sensitivity threshold label. Any label at or above this order will be considered sensitive. If set to -1, sensitivity by labels is turned off | int |