Microsoft Purview · Schema
Microsoft Purview Account
Represents a Microsoft Purview account resource managed through Azure Resource Manager.
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The Azure resource ID |
| name | string | The name of the Purview account |
| type | string | The resource type (Microsoft.Purview/accounts) |
| location | string | The Azure region where the account is deployed |
| tags | object | Resource tags |
| identity | object | The managed identity for the account |
| sku | object | The SKU of the account |
| properties | object | Account properties |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-search/microsoft-purview/json-schema/microsoft-purview-account-schema.json",
"title": "Microsoft Purview Account",
"description": "Represents a Microsoft Purview account resource managed through Azure Resource Manager.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The Azure resource ID",
"readOnly": true
},
"name": {
"type": "string",
"description": "The name of the Purview account",
"readOnly": true
},
"type": {
"type": "string",
"description": "The resource type (Microsoft.Purview/accounts)",
"readOnly": true
},
"location": {
"type": "string",
"description": "The Azure region where the account is deployed"
},
"tags": {
"type": "object",
"description": "Resource tags",
"additionalProperties": {
"type": "string"
}
},
"identity": {
"type": "object",
"description": "The managed identity for the account",
"properties": {
"principalId": {
"type": "string",
"readOnly": true
},
"tenantId": {
"type": "string",
"readOnly": true
},
"type": {
"type": "string",
"enum": ["None", "SystemAssigned", "UserAssigned"]
}
}
},
"sku": {
"type": "object",
"description": "The SKU of the account",
"properties": {
"capacity": {
"type": "integer"
},
"name": {
"type": "string",
"enum": ["Standard"]
}
}
},
"properties": {
"type": "object",
"description": "Account properties",
"properties": {
"provisioningState": {
"type": "string",
"description": "The current provisioning state",
"enum": ["Unknown", "Creating", "Moving", "Deleting", "SoftDeleting", "SoftDeleted", "Failed", "Succeeded", "Canceled"],
"readOnly": true
},
"publicNetworkAccess": {
"type": "string",
"description": "Whether public network access is enabled",
"enum": ["NotSpecified", "Enabled", "Disabled"]
},
"managedResourceGroupName": {
"type": "string",
"description": "The managed resource group name"
},
"endpoints": {
"type": "object",
"description": "The service endpoints",
"readOnly": true,
"properties": {
"catalog": {
"type": "string",
"description": "The catalog endpoint URL"
},
"guardian": {
"type": "string",
"description": "The guardian endpoint URL"
},
"scan": {
"type": "string",
"description": "The scan endpoint URL"
}
}
},
"friendlyName": {
"type": "string",
"description": "The friendly name of the account",
"readOnly": true
},
"createdAt": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"createdBy": {
"type": "string",
"readOnly": true
}
}
}
},
"required": ["location"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-purview-account"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.