SecurityAssessmentMetadataResponse interface
Security assessment metadata response
- Extends
Properties
| assessment |
BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition |
| categories | |
| description | Human readable description of the assessment |
| display |
User friendly display name of the assessment |
| implementation |
The implementation effort required to remediate this assessment |
| partner |
Describes the partner that created the assessment |
| planned |
|
| policy |
Azure resource ID of the policy definition that turns this assessment calculation on |
| preview | True if this assessment is in preview release status |
| publish |
|
| remediation |
Human readable description of what you should do to mitigate this security issue |
| severity | The severity level of the assessment |
| tactics | |
| techniques | |
| threats | |
| user |
The user impact of the assessment |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
assessmentType
BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition
assessmentType?: string
Property Value
string
categories
categories?: string[]
Property Value
string[]
description
Human readable description of the assessment
description?: string
Property Value
string
displayName
User friendly display name of the assessment
displayName?: string
Property Value
string
implementationEffort
The implementation effort required to remediate this assessment
implementationEffort?: string
Property Value
string
partnerData
Describes the partner that created the assessment
partnerData?: SecurityAssessmentMetadataPartnerData
Property Value
plannedDeprecationDate
plannedDeprecationDate?: string
Property Value
string
policyDefinitionId
Azure resource ID of the policy definition that turns this assessment calculation on
policyDefinitionId?: string
Property Value
string
preview
True if this assessment is in preview release status
preview?: boolean
Property Value
boolean
publishDates
publishDates?: SecurityAssessmentMetadataPropertiesResponsePublishDates
Property Value
remediationDescription
Human readable description of what you should do to mitigate this security issue
remediationDescription?: string
Property Value
string
severity
The severity level of the assessment
severity?: string
Property Value
string
tactics
tactics?: string[]
Property Value
string[]
techniques
techniques?: string[]
Property Value
string[]
threats
threats?: string[]
Property Value
string[]
userImpact
The user impact of the assessment
userImpact?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type