共用方式為


CustomAssessmentAutomation type

自訂評定自動化

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