Security Assessment Metadata Properties Args
data class SecurityAssessmentMetadataPropertiesArgs(val assessmentType: Output<Either<String, AssessmentType>>, val categories: Output<List<Either<String, Categories>>>? = null, val description: Output<String>? = null, val displayName: Output<String>, val implementationEffort: Output<Either<String, ImplementationEffort>>? = null, val partnerData: Output<SecurityAssessmentMetadataPartnerDataArgs>? = null, val preview: Output<Boolean>? = null, val remediationDescription: Output<String>? = null, val severity: Output<Either<String, Severity>>, val threats: Output<List<Either<String, Threats>>>? = null, val userImpact: Output<Either<String, UserImpact>>? = null) : ConvertibleToJava<SecurityAssessmentMetadataPropertiesArgs>
Describes properties of an assessment metadata.
Constructors
Link copied to clipboard
constructor(assessmentType: Output<Either<String, AssessmentType>>, categories: Output<List<Either<String, Categories>>>? = null, description: Output<String>? = null, displayName: Output<String>, implementationEffort: Output<Either<String, ImplementationEffort>>? = null, partnerData: Output<SecurityAssessmentMetadataPartnerDataArgs>? = null, preview: Output<Boolean>? = null, remediationDescription: Output<String>? = null, severity: Output<Either<String, Severity>>, threats: Output<List<Either<String, Threats>>>? = null, userImpact: Output<Either<String, UserImpact>>? = 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
Human readable description of what you should do to mitigate this security issue
Link copied to clipboard
The user impact of the assessment