---
title: "SecureScore Mapping Report"
method: GET
path: "/secure/{tenant_id}/score"
tags: ["Reports"]
---

# SecureScore Mapping Report

`GET /secure/{tenant_id}/score`

## Path parameters

- `tenant_id` string, required

## Response `200`

Mapping

- SecureDetails[]
  - `id` string — ID
  - `cloud_account_id` string — cloud account id
  - `subscription_id` string — Azure Subscription ID.
  - `created_at` string — When the schedule is created
  - `created_by` string — Who has created the schedule
  - `tenant_id` string — Id of the tenant
  - `tenant_name` string — Name of the tenant
  - `secure_scores` SecureScoreDetails
    - `id` string — ID of the cloud account subscription
    - `name` string — Secure score name for azure subscription
    - `type` string — Microsoft api for secure scores
    - `properties` SecureScoreDerivedDetails
      - `display_name` string — Display name of policy which allow space this is to mostly show on the ui
      - `healthy_resource_count` integer — Number of healthy resources in the control
      - `unhealthy_resource_count` integer — Number of unhealthy resources in the control
      - `non_applicable_resource_count` integer — Number of not applicable resources in the control
      - `score` SecureScore
        - `max` integer — SecureScore max for the tenant
        - `current` number — SecureScore current for the tenant
        - `percentage` number — SecureScore percentage for the tenant
      - `weight` integer — Secure score for the tenant
  - `cloud_account_name` string — Cloud Service Name
  - `cloud_name` string — Cloud Service Name
  - `subscription_name` string — Name of the subscription from Azure
  - `updated_at` string — Date and Time of Update
  - `updated_by` string — Who has updated the secure score
  - `recommendations` SecureScoreDerivedDetails
    - `display_name` string — Display name of policy which allow space this is to mostly show on the ui
    - `healthy_resource_count` integer — Number of healthy resources in the control
    - `unhealthy_resource_count` integer — Number of unhealthy resources in the control
    - `non_applicable_resource_count` integer — Number of not applicable resources in the control
    - `score` SecureScore
      - `max` integer — SecureScore max for the tenant
      - `current` number — SecureScore current for the tenant
      - `percentage` number — SecureScore percentage for the tenant
    - `weight` integer — Secure score for the tenant

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
