Microsoft Purview · Schema

AccountSku

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
capacity integer
name string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-accountsku-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountSku",
  "title": "AccountSku",
  "type": "object",
  "properties": {
    "capacity": {
      "type": "integer",
      "format": "int32"
    },
    "name": {
      "type": "string",
      "enum": [
        "Standard"
      ]
    }
  }
}