다음을 통해 공유


CustomAssessmentAutomation type

사용자 지정 평가 자동화

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