Skip to main content

vw_system_assigned_identities

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

Overview

Namevw_system_assigned_identities
TypeView
Idazure.managed_identity.vw_system_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",
JSON_EXTRACT(properties, '$.clientSecretUrl') as "client_secret_url",
scope
FROM azure.managed_identity.system_assigned_identities
WHERE scope = 'replace-me';