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
constructor(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)
Properties
Link copied to clipboard
The assessment metadata key used when an assessment is generated for this assessment automation.
Link copied to clipboard
GZip encoded KQL query representing the assessment automation results required.
Link copied to clipboard
The description to relate to the assessments generated by this assessment automation.
Link copied to clipboard
The display name of the assessments generated by this assessment automation.
Link copied to clipboard
The remediation description to relate to the assessments generated by this assessment automation.
Link copied to clipboard
Relevant cloud for the custom assessment automation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.