다음을 통해 공유


CustomAssessmentAutomationRequest type

사용자 지정 평가 자동화 요청

type CustomAssessmentAutomationRequest = Resource & {
  compressedQuery?: string
  description?: string
  displayName?: string
  remediationDescription?: string
  severity?: SeverityEnum
  supportedCloud?: SupportedCloudEnum
}