Get Custom Assessment Automation Result
data class GetCustomAssessmentAutomationResult(val assessmentKey: String? = null, val compressedQuery: String? = null, val description: String? = null, val displayName: String? = null, val id: String, val name: String, val remediationDescription: String? = null, val severity: String? = null, val supportedCloud: String? = null, val systemData: SystemDataResponse, val type: String)
Custom Assessment Automation
Constructors
Link copied to clipboard
fun GetCustomAssessmentAutomationResult(assessmentKey: String? = null, compressedQuery: String? = null, description: String? = null, displayName: String? = null, id: String, name: String, remediationDescription: String? = null, severity: String? = null, supportedCloud: String? = null, systemData: SystemDataResponse, type: String)