CustomRecommendationProperties interface
describes the Custom Recommendation properties
Properties
| assessment |
The assessment metadata key used when an assessment is generated for this Recommendation. |
| cloud |
List of all standard supported clouds. |
| description | The description to relate to the assessments generated by this Recommendation. |
| display |
The display name of the assessments generated by this Recommendation. |
| query | KQL query representing the Recommendation results required. |
| remediation |
The remediation description to relate to the assessments generated by this Recommendation. |
| security |
The severity to relate to the assessments generated by this Recommendation. |
| severity | The severity to relate to the assessments generated by this Recommendation. |
Property Details
assessmentKey
The assessment metadata key used when an assessment is generated for this Recommendation.
assessmentKey?: string
Property Value
string
cloudProviders
List of all standard supported clouds.
cloudProviders?: string[]
Property Value
string[]
description
The description to relate to the assessments generated by this Recommendation.
description?: string
Property Value
string
displayName
The display name of the assessments generated by this Recommendation.
displayName?: string
Property Value
string
query
KQL query representing the Recommendation results required.
query?: string
Property Value
string
remediationDescription
The remediation description to relate to the assessments generated by this Recommendation.
remediationDescription?: string
Property Value
string
securityIssue
The severity to relate to the assessments generated by this Recommendation.
securityIssue?: string
Property Value
string
severity
The severity to relate to the assessments generated by this Recommendation.
severity?: string
Property Value
string