Get Summary Report for Azure scan.

Prev Next
Get
/api/v1/discovery/scans/{id}/summary_report/azure

Get Summary Report for Azure scan.

Security
OAuth

OAuth 2.0 client credential flow, see https://datatracker.ietf.org/doc/html/rfc6749#section-4.4.

FlowClient Credentials
Token URLhttps://api.armor.fortanix.com/api/v1/iam/session/oauth2/token
Path parameters
id
string (uuid) Required
Responses
2XX

Success result

Expand All
object
cloud_discovery
object
total_keys
integer
total_regions
integer
total_resource_groups
integer
total_services
integer
total_subscriptions
integer
key_count_by_status
object
auto_rotation_disabled
integer

The total number of keys whose autorotation is not enabled.

customer_managed_keys
integer | null

The total number of customer managed keys

enabled_keys
integer | null

The total number of keys that are enabled.

not_activated
integer

The total number of keys that are not activated.

platform_managed_keys
integer | null

The total number of platform managed keys

shared
integer

The total number of keys that are shared.

key_count_by_type
object

It returns the count of each key type.

property*
integer additionalProperties
key_vault_count_by_access_tier
object

Returns the count of standard and premium key vaults.

property*
integer additionalProperties
protected_services
object

Gives an insight into the keys used for each service.

property*
object additionalProperties
azure_managed_key_encrypted
integer

Corresponds to the number of services encrypted with a Microsoft Managed Key or the Service Managed Key.

customer_managed_key_encrypted
integer

Corresponds to the number of services encrypted with a CMK that is stored in the Azure Key Vault.

total_services
integer

The total number of services.

top_subscriptions
Array of object (DiscoveryAzureSubscriptionKeysCount)

List of subscriptions (Max of 3) with max number of total keys.

object
enabled_keys
integer

Total number of keys that have been enabled and present in the subscription.

subscription
object
id
string (uuid)
name
string
tenant_id
string (uuid)
total_keys
integer

Total number of keys present in the subscription.