GetCustomAssessmentAutomationResult

data class GetCustomAssessmentAutomationResult(val assessmentKey: String? = null, val azureApiVersion: String, 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, azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assessmentKey: String? = null

The assessment metadata key used when an assessment is generated for this assessment automation.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val compressedQuery: String? = null

GZip encoded KQL query representing the assessment automation results required.

Link copied to clipboard
val description: String? = null

The description to relate to the assessments generated by this assessment automation.

Link copied to clipboard
val displayName: String? = null

The display name of the assessments generated by this assessment automation.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard

The remediation description to relate to the assessments generated by this assessment automation.

Link copied to clipboard
val severity: String? = null

The severity to relate to the assessments generated by this assessment automation.

Link copied to clipboard
val supportedCloud: String? = null

Relevant cloud for the custom assessment automation.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Resource type