Azure Hosted Cloud Connector in Censys ASM
This example has 1 scope that includes all asset types for all subscriptions contained within the Azure Tenant Root Group.
{ "azure": { "scopes": [ { "tenantId": "1234abcd-6789-45e6-98ed-cba1ab2c3d45", "excludedAssetTypes": [], "managementGroup": { "managementGroupId": "1234abcd-6789-45e6-98ed-cba1ab2c3d45", "excludedSubscriptions": [] } } ] } }
This example has 2 scopes. The first scope includes all asset types for all subscriptions except 2345bcde-7890-56f7-90fe-dcb0bc3d4e56 contained within the Azure Tenant Root Group. The second scope scans subscription 2345bcde-7890-56f7-90fe-dcb0bc3d4e56, excluding the SQL Servers asset type.
{ "azure": { "scopes": [ { "tenantId": "1234abcd-6789-45e6-98ed-cba1ab2c3d45", "excludedAssetTypes": [ ], "managementGroup": { "managementGroupId": "1234abcd-6789-45e6-98ed-cba1ab2c3d45", "excludedSubscriptions": [ "2345bcde-7890-56f7-90fe-dcb0bc3d4e56" ] } }, { "tenantId": "1234abcd-6789-45e6-98ed-cba1ab2c3d45", "excludedAssetTypes": [ "SQL_SERVERS" ], "subscription": { "subscriptionId": "2345bcde-7890-56f7-90fe-dcb0bc3d4e56" } } ] } }
Comments
0 comments
Article is closed for comments.