CustomAssessmentAutomation type

Custom Assessment Automation

type CustomAssessmentAutomation = Resource & {
  assessmentKey?: string
  compressedQuery?: string
  description?: string
  displayName?: string
  remediationDescription?: string
  severity?: SeverityEnum
  supportedCloud?: SupportedCloudEnum
  systemData?: SystemData
}