Microsoft Azure · Schema

Identity

Identity for the resource.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
principalId string
tenantId string
type string
userAssignedIdentities object
View JSON Schema on GitHub

JSON Schema

azure-cognitive-services-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Identity",
  "type": "object",
  "description": "Identity for the resource.",
  "properties": {
    "principalId": {
      "type": "string"
    },
    "tenantId": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "userAssignedIdentities": {
      "type": "object"
    }
  }
}