SecureScoreControlDetails interface

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

Extends

Properties

definition

Information about the security control.

displayName

User friendly display name of the control

healthyResourceCount

Number of healthy resources in the control

notApplicableResourceCount

Number of not applicable resources in the control

score

Actual score object for the control

unhealthyResourceCount

Number of unhealthy resources in the control

weight

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.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

definition

Information about the security control.

definition?: SecureScoreControlDefinitionItem

Property Value

displayName

User friendly display name of the control

displayName?: string

Property Value

string

healthyResourceCount

Number of healthy resources in the control

healthyResourceCount?: number

Property Value

number

notApplicableResourceCount

Number of not applicable resources in the control

notApplicableResourceCount?: number

Property Value

number

score

Actual score object for the control

score?: ScoreDetails

Property Value

unhealthyResourceCount

Number of unhealthy resources in the control

unhealthyResourceCount?: number

Property Value

number

weight

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.

weight?: number

Property Value

number

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From Resource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From Resource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From Resource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From Resource.type