Get Custom Recommendation Result
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)
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
List of all standard supported clouds.
Link copied to clipboard
The description to relate to the assessments generated by this Recommendation.
Link copied to clipboard
The display name of the assessments generated by this Recommendation.
Link copied to clipboard
The remediation description to relate to the assessments generated by this Recommendation.
Link copied to clipboard
The severity to relate to the assessments generated by this Recommendation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.