CustomAssessmentAutomation type
Automação de avaliação personalizada
type CustomAssessmentAutomation = Resource & {
assessmentKey?: string
compressedQuery?: string
description?: string
displayName?: string
remediationDescription?: string
severity?: SeverityEnum
supportedCloud?: SupportedCloudEnum
systemData?: SystemData
}