SecurityAssessmentResponse interface
Security assessment on a resource - response format
- Extends
Properties
| additional |
Additional data regarding the assessment |
| display |
User friendly display name of the assessment |
| links | Links relevant to the assessment |
| metadata | Describes properties of an assessment metadata. |
| partners |
Data regarding 3rd party partner integration |
| resource |
Details of the resource that was assessed |
| risk | External model of risk result |
| status | The result 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
additionalData
Additional data regarding the assessment
additionalData?: Record<string, string>
Property Value
Record<string, string>
displayName
User friendly display name of the assessment
displayName?: string
Property Value
string
links
metadata
Describes properties of an assessment metadata.
metadata?: SecurityAssessmentMetadataProperties
Property Value
partnersData
Data regarding 3rd party partner integration
partnersData?: SecurityAssessmentPartnerData
Property Value
resourceDetails
Details of the resource that was assessed
resourceDetails?: ResourceDetailsUnion
Property Value
risk
External model of risk result
risk?: SecurityAssessmentPropertiesBaseRisk
Property Value
status
The result of the assessment
status?: AssessmentStatusResponse
Property Value
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