Security Assessment Metadata Properties Response
data class SecurityAssessmentMetadataPropertiesResponse(val assessmentType: String, val categories: List<String>? = null, val description: String? = null, val displayName: String, val implementationEffort: String? = null, val partnerData: SecurityAssessmentMetadataPartnerDataResponse? = null, val policyDefinitionId: String, val preview: Boolean? = null, val remediationDescription: String? = null, val severity: String, val threats: List<String>? = null, val userImpact: String? = null)
Describes properties of an assessment metadata.
Constructors
Link copied to clipboard
constructor(assessmentType: String, categories: List<String>? = null, description: String? = null, displayName: String, implementationEffort: String? = null, partnerData: SecurityAssessmentMetadataPartnerDataResponse? = null, policyDefinitionId: String, preview: Boolean? = null, remediationDescription: String? = null, severity: String, threats: List<String>? = null, userImpact: String? = null)
Properties
Link copied to clipboard
BuiltIn if the assessment based on built-in Azure Policy definition, Custom if the assessment based on custom Azure Policy definition
Link copied to clipboard
Link copied to clipboard
Human readable description of the assessment
Link copied to clipboard
User friendly display name of the assessment
Link copied to clipboard
The implementation effort required to remediate this assessment
Link copied to clipboard
Describes the partner that created the assessment
Link copied to clipboard
Azure resource ID of the policy definition that turns this assessment calculation on
Link copied to clipboard
Human readable description of what you should do to mitigate this security issue
Link copied to clipboard
The user impact of the assessment