Valutazioni di Microsoft.Security 2019-01-01-preview
- più recenti
- 2021-06-01
- 2020-01-01
- 01-01-01-preview 2019
Definizione di risorsa Bicep
Il tipo di risorsa di valutazione può essere distribuito con operazioni destinate a:
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.Security/assessments, aggiungere il bicep seguente al modello.
resource symbolicname 'Microsoft.Security/assessments@2019-01-01-preview' = {
name: 'string'
properties: {
additionalData: {
{customized property}: 'string'
}
resourceDetails: {
source: 'string'
// For remaining properties, see ResourceDetails objects
}
status: {
cause: 'string'
code: 'string'
description: 'string'
}
}
}
Oggetti ResourceDetails
Impostare la proprietà di origine
Per Azureusare:
{
source: 'Azure'
}
Per OnPremiseSql, usare:
{
databaseName: 'string'
machineName: 'string'
serverName: 'string'
source: 'OnPremiseSql'
sourceComputerId: 'string'
vmuuid: 'string'
workspaceId: 'string'
}
Valori delle proprietà
AssessmentStatus
Nome | Descrizione | Valore |
---|---|---|
causa | Codice programmatico per la causa dello stato di valutazione | corda |
codice | Codice programmatico per lo stato della valutazione | 'Integro' 'NotApplicable' 'Non integro' (obbligatorio) |
descrizione | Descrizione leggibile dello stato di valutazione | corda |
AzureResourceDetails
Nome | Descrizione | Valore |
---|---|---|
fonte | Piattaforma in cui risiede la risorsa valutata | 'Azure' (obbligatorio) |
Microsoft.Security/assessments
Nome | Descrizione | Valore |
---|---|---|
nome | Nome della risorsa | stringa (obbligatorio) |
proprietà | Descrive le proprietà di una valutazione. | SecurityAssessmentProperties |
OnPremiseSqlResourceDetails
Nome | Descrizione | Valore |
---|---|---|
databaseName | Nome del database Sql installato nel computer | stringa (obbligatorio) |
machineName | Nome del computer | stringa (obbligatorio) |
serverName | Nome sql server installato nel computer | stringa (obbligatorio) |
fonte | Piattaforma in cui risiede la risorsa valutata | 'OnPremiseSql' (obbligatorio) |
sourceComputerId | ID agente oms installato nel computer | stringa (obbligatorio) |
vmuuid | ID univoco del computer | stringa (obbligatorio) |
workspaceId | ID risorsa di Azure dell'area di lavoro a cui è collegato il computer | stringa (obbligatorio) |
ResourceDetails
Nome | Descrizione | Valore |
---|---|---|
fonte | Impostare su "Azure" per il tipo AzureResourceDetails. Impostare su "OnPremiseSql" per il tipo OnPremiseSqlResourceDetails. | 'Azure' 'OnPremiseSql' (obbligatorio) |
SecurityAssessmentProperties
Nome | Descrizione | Valore |
---|---|---|
additionalData | Dati aggiuntivi relativi alla valutazione | SecurityAssessmentPropertiesAdditionalData |
resourceDetails | Dettagli della risorsa valutata | ResourceDetails (obbligatorio) |
stato | Risultato della valutazione | AssessmentStatus (obbligatorio) |
SecurityAssessmentPropertiesAdditionalData
Nome | Descrizione | Valore |
---|
Definizione di risorsa del modello di Resource Manager
Il tipo di risorsa di valutazione può essere distribuito con operazioni destinate a:
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.Security/assessments, aggiungere il codice JSON seguente al modello.
{
"type": "Microsoft.Security/assessments",
"apiVersion": "2019-01-01-preview",
"name": "string",
"properties": {
"additionalData": {
"{customized property}": "string"
},
"resourceDetails": {
"source": "string"
// For remaining properties, see ResourceDetails objects
},
"status": {
"cause": "string",
"code": "string",
"description": "string"
}
}
}
Oggetti ResourceDetails
Impostare la proprietà di origine
Per Azureusare:
{
"source": "Azure"
}
Per OnPremiseSql, usare:
{
"databaseName": "string",
"machineName": "string",
"serverName": "string",
"source": "OnPremiseSql",
"sourceComputerId": "string",
"vmuuid": "string",
"workspaceId": "string"
}
Valori delle proprietà
AssessmentStatus
Nome | Descrizione | Valore |
---|---|---|
causa | Codice programmatico per la causa dello stato di valutazione | corda |
codice | Codice programmatico per lo stato della valutazione | 'Integro' 'NotApplicable' 'Non integro' (obbligatorio) |
descrizione | Descrizione leggibile dello stato di valutazione | corda |
AzureResourceDetails
Nome | Descrizione | Valore |
---|---|---|
fonte | Piattaforma in cui risiede la risorsa valutata | 'Azure' (obbligatorio) |
Microsoft.Security/assessments
Nome | Descrizione | Valore |
---|---|---|
apiVersion | Versione dell'API | '2019-01-01-preview' |
nome | Nome della risorsa | stringa (obbligatorio) |
proprietà | Descrive le proprietà di una valutazione. | SecurityAssessmentProperties |
digitare | Tipo di risorsa | 'Microsoft.Security/assessments' |
OnPremiseSqlResourceDetails
Nome | Descrizione | Valore |
---|---|---|
databaseName | Nome del database Sql installato nel computer | stringa (obbligatorio) |
machineName | Nome del computer | stringa (obbligatorio) |
serverName | Nome sql server installato nel computer | stringa (obbligatorio) |
fonte | Piattaforma in cui risiede la risorsa valutata | 'OnPremiseSql' (obbligatorio) |
sourceComputerId | ID agente oms installato nel computer | stringa (obbligatorio) |
vmuuid | ID univoco del computer | stringa (obbligatorio) |
workspaceId | ID risorsa di Azure dell'area di lavoro a cui è collegato il computer | stringa (obbligatorio) |
ResourceDetails
Nome | Descrizione | Valore |
---|---|---|
fonte | Impostare su "Azure" per il tipo AzureResourceDetails. Impostare su "OnPremiseSql" per il tipo OnPremiseSqlResourceDetails. | 'Azure' 'OnPremiseSql' (obbligatorio) |
SecurityAssessmentProperties
Nome | Descrizione | Valore |
---|---|---|
additionalData | Dati aggiuntivi relativi alla valutazione | SecurityAssessmentPropertiesAdditionalData |
resourceDetails | Dettagli della risorsa valutata | ResourceDetails (obbligatorio) |
stato | Risultato della valutazione | AssessmentStatus (obbligatorio) |
SecurityAssessmentPropertiesAdditionalData
Nome | Descrizione | Valore |
---|
Definizione di risorsa Terraform (provider AzAPI)
Il tipo di risorsa di valutazione può essere distribuito con operazioni destinate a:
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.Security/assessments, aggiungere il modello Terraform seguente.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Security/assessments@2019-01-01-preview"
name = "string"
body = jsonencode({
properties = {
additionalData = {
{customized property} = "string"
}
resourceDetails = {
source = "string"
// For remaining properties, see ResourceDetails objects
}
status = {
cause = "string"
code = "string"
description = "string"
}
}
})
}
Oggetti ResourceDetails
Impostare la proprietà di origine
Per Azureusare:
{
source = "Azure"
}
Per OnPremiseSql, usare:
{
databaseName = "string"
machineName = "string"
serverName = "string"
source = "OnPremiseSql"
sourceComputerId = "string"
vmuuid = "string"
workspaceId = "string"
}
Valori delle proprietà
AssessmentStatus
Nome | Descrizione | Valore |
---|---|---|
causa | Codice programmatico per la causa dello stato di valutazione | corda |
codice | Codice programmatico per lo stato della valutazione | 'Integro' 'NotApplicable' 'Non integro' (obbligatorio) |
descrizione | Descrizione leggibile dello stato di valutazione | corda |
AzureResourceDetails
Nome | Descrizione | Valore |
---|---|---|
fonte | Piattaforma in cui risiede la risorsa valutata | 'Azure' (obbligatorio) |
Microsoft.Security/assessments
Nome | Descrizione | Valore |
---|---|---|
nome | Nome della risorsa | stringa (obbligatorio) |
proprietà | Descrive le proprietà di una valutazione. | SecurityAssessmentProperties |
digitare | Tipo di risorsa | "Microsoft.Security/assessments@2019-01-01-preview" |
OnPremiseSqlResourceDetails
Nome | Descrizione | Valore |
---|---|---|
databaseName | Nome del database Sql installato nel computer | stringa (obbligatorio) |
machineName | Nome del computer | stringa (obbligatorio) |
serverName | Nome sql server installato nel computer | stringa (obbligatorio) |
fonte | Piattaforma in cui risiede la risorsa valutata | 'OnPremiseSql' (obbligatorio) |
sourceComputerId | ID agente oms installato nel computer | stringa (obbligatorio) |
vmuuid | ID univoco del computer | stringa (obbligatorio) |
workspaceId | ID risorsa di Azure dell'area di lavoro a cui è collegato il computer | stringa (obbligatorio) |
ResourceDetails
Nome | Descrizione | Valore |
---|---|---|
fonte | Impostare su "Azure" per il tipo AzureResourceDetails. Impostare su "OnPremiseSql" per il tipo OnPremiseSqlResourceDetails. | 'Azure' 'OnPremiseSql' (obbligatorio) |
SecurityAssessmentProperties
Nome | Descrizione | Valore |
---|---|---|
additionalData | Dati aggiuntivi relativi alla valutazione | SecurityAssessmentPropertiesAdditionalData |
resourceDetails | Dettagli della risorsa valutata | ResourceDetails (obbligatorio) |
stato | Risultato della valutazione | AssessmentStatus (obbligatorio) |
SecurityAssessmentPropertiesAdditionalData
Nome | Descrizione | Valore |
---|