SecureScoreControlDetails Class

Details of the security control, its score, and the health status of the relevant resources.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.security.models._models_py3.Resource
SecureScoreControlDetails

Constructor

SecureScoreControlDetails(*, definition: Optional[azure.mgmt.security.models._models_py3.SecureScoreControlDefinitionItem] = None, **kwargs)

Parameters

definition
SecureScoreControlDefinitionItem
Required

Information about the security control.

Variables

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

display_name
str

User friendly display name of the control.

healthy_resource_count
int

Number of healthy resources in the control.

unhealthy_resource_count
int

Number of unhealthy resources in the control.

not_applicable_resource_count
int

Number of not applicable resources in the control.

weight
<xref:long>

The relative weight for this specific control in each of your subscriptions. Used when calculating an aggregated score for this control across all of your subscriptions.

max
int

Maximum score available.

current
float

Current score.

percentage
float

Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point.