GetAssessmentMetadataInSubscriptionResult

data class GetAssessmentMetadataInSubscriptionResult(val assessmentType: String, val azureApiVersion: String, val categories: List<String>? = null, val description: String? = null, val displayName: String, val id: String, val implementationEffort: String? = null, val name: String, val partnerData: SecurityAssessmentMetadataPartnerDataResponse? = null, val plannedDeprecationDate: String? = null, val policyDefinitionId: String, val preview: Boolean? = null, val publishDates: SecurityAssessmentMetadataPropertiesResponseResponsePublishDates? = null, val remediationDescription: String? = null, val severity: String, val tactics: List<String>? = null, val techniques: List<String>? = null, val threats: List<String>? = null, val type: String, val userImpact: String? = null)

Security assessment metadata response

Constructors

constructor(assessmentType: String, azureApiVersion: String, categories: List<String>? = null, description: String? = null, displayName: String, id: String, implementationEffort: String? = null, name: String, partnerData: SecurityAssessmentMetadataPartnerDataResponse? = null, plannedDeprecationDate: String? = null, policyDefinitionId: String, preview: Boolean? = null, publishDates: SecurityAssessmentMetadataPropertiesResponseResponsePublishDates? = null, remediationDescription: String? = null, severity: String, tactics: List<String>? = null, techniques: List<String>? = null, threats: List<String>? = null, type: String, userImpact: String? = null)

Types

Link copied to clipboard
object Companion

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

The Azure API version of the resource.

Link copied to clipboard
val categories: List<String>? = null
Link copied to clipboard
val description: String? = null

Human readable description of the assessment

Link copied to clipboard

User friendly display name of the assessment

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The implementation effort required to remediate this assessment

Link copied to clipboard

Resource name

Link copied to clipboard

Describes the partner that created the assessment

Link copied to clipboard
Link copied to clipboard

Azure resource ID of the policy definition that turns this assessment calculation on

Link copied to clipboard
val preview: Boolean? = null

True if this assessment is in preview release status

Link copied to clipboard

Human readable description of what you should do to mitigate this security issue

Link copied to clipboard

The severity level of the assessment

Link copied to clipboard
val tactics: List<String>? = null
Link copied to clipboard
val techniques: List<String>? = null
Link copied to clipboard
val threats: List<String>? = null
Link copied to clipboard

Resource type

Link copied to clipboard
val userImpact: String? = null

The user impact of the assessment