The serverVulnerabilityAssessmentsSettings 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/serverVulnerabilityAssessmentsSettings resource, add the following JSON to your template.
{
"type": "Microsoft.Security/serverVulnerabilityAssessmentsSettings",
"apiVersion": "2023-05-01",
"name": "azureServersSetting",
"kind": "string",
// For remaining properties, see serverVulnerabilityAssessmentsSettings objects
}
Set the kind property to specify the type of object.
For AzureServersSetting, use:
"kind": "AzureServersSetting",
"properties": {
"selectedProvider": "MdeTvm"
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Security/serverVulnerabilityAssessmentsSettings' |
apiVersion | The resource api version | '2023-05-01' |
name | The resource name | 'azureServersSetting' |
kind | Set the object type | AzureServersSetting (required) |
Name | Description | Value |
---|---|---|
kind | The kind of the server vulnerability assessments setting. | 'AzureServersSetting' (required) |
properties | The vulnerability assessments setting properties on Azure servers in the defined scope. | ServerVulnerabilityAssessmentsAzureSettingProperties |
Name | Description | Value |
---|---|---|
selectedProvider | The selected vulnerability assessments provider on Azure servers in the defined scope. | 'MdeTvm' (required) |