SecurityAssessmentMetadataPropertiesResponse interface
Describes properties of an assessment metadata response.
- Extends
Properties
planned |
|
publish |
|
tactics | |
techniques |
Inherited 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 |
policy |
Azure resource ID of the policy definition that turns this assessment calculation on NOTE: This property will not be serialized. It can only be populated by the server. |
preview | True if this assessment is in preview release status |
remediation |
Human readable description of what you should do to mitigate this security issue |
severity | The severity level of the assessment |
threats | |
user |
The user impact of the assessment |
Property Details
plannedDeprecationDate
plannedDeprecationDate?: string
Property Value
string
publishDates
publishDates?: SecurityAssessmentMetadataPropertiesResponsePublishDates
Property Value
tactics
tactics?: string[]
Property Value
string[]
techniques
techniques?: string[]
Property Value
string[]
Inherited 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
Inherited From SecurityAssessmentMetadataProperties.assessmentType
categories
categories?: string[]
Property Value
string[]
Inherited From SecurityAssessmentMetadataProperties.categories
description
Human readable description of the assessment
description?: string
Property Value
string
Inherited From SecurityAssessmentMetadataProperties.description
displayName
User friendly display name of the assessment
displayName: string
Property Value
string
Inherited From SecurityAssessmentMetadataProperties.displayName
implementationEffort
The implementation effort required to remediate this assessment
implementationEffort?: string
Property Value
string
Inherited From SecurityAssessmentMetadataProperties.implementationEffort
partnerData
Describes the partner that created the assessment
partnerData?: SecurityAssessmentMetadataPartnerData
Property Value
Inherited From SecurityAssessmentMetadataProperties.partnerData
policyDefinitionId
Azure resource ID of the policy definition that turns this assessment calculation on NOTE: This property will not be serialized. It can only be populated by the server.
policyDefinitionId?: string
Property Value
string
Inherited From SecurityAssessmentMetadataProperties.policyDefinitionId
preview
True if this assessment is in preview release status
preview?: boolean
Property Value
boolean
Inherited From SecurityAssessmentMetadataProperties.preview
remediationDescription
Human readable description of what you should do to mitigate this security issue
remediationDescription?: string
Property Value
string
Inherited From SecurityAssessmentMetadataProperties.remediationDescription
severity
The severity level of the assessment
severity: string
Property Value
string
Inherited From SecurityAssessmentMetadataProperties.severity
threats
threats?: string[]
Property Value
string[]
Inherited From SecurityAssessmentMetadataProperties.threats
userImpact
The user impact of the assessment
userImpact?: string
Property Value
string
Inherited From SecurityAssessmentMetadataProperties.userImpact
Azure SDK for JavaScript