Microsoft Purview · Schema

AccountUpdateParameters

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
identity object
properties object
tags object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-accountupdateparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountUpdateParameters",
  "title": "AccountUpdateParameters",
  "type": "object",
  "properties": {
    "identity": {
      "$ref": "#/components/schemas/Identity"
    },
    "properties": {
      "type": "object",
      "properties": {
        "managedResourceGroupName": {
          "type": "string"
        },
        "publicNetworkAccess": {
          "type": "string",
          "enum": [
            "NotSpecified",
            "Enabled",
            "Disabled"
          ]
        }
      }
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}