PurviewAccount
Represents Microsoft Purview Account resources.
Labels: :ArmResource:PurviewAccount
Properties:
id- Resource ID (primary key)awsExternalId- AWS external ID for cloud connectorscreatedAt- Creation timestampcreatedBy- Created bydefaultDomain- Default domainendpoints- List of endpoint URLsfriendlyName- Friendly namemanagedResourcesPublicNetworkAccess- Managed resources public network accesspublicNetworkAccess- Public network access setting
Relationships
Outgoing
- PurviewAccount →
USES_STORAGE→ StorageAccount - Ingestion storage account used by Purview
Examples
// Find Purview accounts and their storage
MATCH (p:PurviewAccount)-[:USES_STORAGE]->(sa:StorageAccount)
RETURN p.name, p.friendlyName, sa.name