SecureScoreControlDetails type
Details of the security control, its score, and the health status of the relevant resources.
type SecureScoreControlDetails = Resource & {
current?: number
definition?: SecureScoreControlDefinitionItem
displayName?: string
healthyResourceCount?: number
max?: number
notApplicableResourceCount?: number
percentage?: number
unhealthyResourceCount?: number
weight?: number
}