GetCustomRecommendationResult

data class GetCustomRecommendationResult(val assessmentKey: String, val azureApiVersion: String, val cloudProviders: List<String>? = null, val description: String? = null, val displayName: String? = null, val id: String, val name: String, val query: String? = null, val remediationDescription: String? = null, val securityIssue: String? = null, val severity: String? = null, val systemData: SystemDataResponse, val type: String)

Custom Recommendation

Constructors

Link copied to clipboard
constructor(assessmentKey: String, azureApiVersion: String, cloudProviders: List<String>? = null, description: String? = null, displayName: String? = null, id: String, name: String, query: String? = null, remediationDescription: String? = null, securityIssue: String? = null, severity: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val cloudProviders: List<String>? = null

List of all standard supported clouds.

Link copied to clipboard
val description: String? = null

The description to relate to the assessments generated by this Recommendation.

Link copied to clipboard
val displayName: String? = null

The display name of the assessments generated by this Recommendation.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard
val query: String? = null

KQL query representing the Recommendation results required.

Link copied to clipboard

The remediation description to relate to the assessments generated by this Recommendation.

Link copied to clipboard
val securityIssue: String? = null

The severity to relate to the assessments generated by this Recommendation.

Link copied to clipboard
val severity: String? = null

The severity to relate to the assessments generated by this Recommendation.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Resource type