Skip to main content

vw_user_assigned_identities

Creates, updates, deletes, gets or lists a vw_user_assigned_identities resource.

Overview

Namevw_user_assigned_identities
TypeView
Idazure.managed_identity.vw_user_assigned_identities

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.tenantId') as "tenant_id",
JSON_EXTRACT(properties, '$.principalId') as "principal_id",
JSON_EXTRACT(properties, '$.clientId') as "client_id",
subscriptionId,
resourceGroupName,
resourceName
FROM azure.managed_identity.user_assigned_identities
WHERE subscriptionId = 'replace-me';