CustomAssessmentAutomationRequest type
自定义评估自动化请求
type CustomAssessmentAutomationRequest = Resource & {
compressedQuery?: string
description?: string
displayName?: string
remediationDescription?: string
severity?: SeverityEnum
supportedCloud?: SupportedCloudEnum
}