SecuritySubAssessment interface
Security sub-assessment on a resource
- Extends
Properties
| additional |
Details of the sub-assessment |
| category | Category of the sub-assessment |
| description | Human readable description of the assessment status |
| display |
User friendly display name of the sub-assessment |
| id |
Vulnerability ID |
| impact | Description of the impact of this sub-assessment |
| remediation | Information on how to remediate this sub-assessment |
| resource |
Details of the resource that was assessed |
| status | Status of the sub-assessment |
| time |
The date and time the sub-assessment was generated |
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
additionalData
Details of the sub-assessment
additionalData?: AdditionalDataUnion
Property Value
category
Category of the sub-assessment
category?: string
Property Value
string
description
Human readable description of the assessment status
description?: string
Property Value
string
displayName
User friendly display name of the sub-assessment
displayName?: string
Property Value
string
idPropertiesId
Vulnerability ID
idPropertiesId?: string
Property Value
string
impact
Description of the impact of this sub-assessment
impact?: string
Property Value
string
remediation
Information on how to remediate this sub-assessment
remediation?: string
Property Value
string
resourceDetails
Details of the resource that was assessed
resourceDetails?: ResourceDetailsUnion
Property Value
status
timeGenerated
The date and time the sub-assessment was generated
timeGenerated?: Date
Property Value
Date
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 ExtensionResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ExtensionResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ExtensionResource.type