Microsoft Azure · Schema

Identity

Identity for the resource.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
principalId string The principal ID of resource identity.
tenantId string The tenant ID of resource.
type string The identity type.
userAssignedIdentities object The list of user-assigned identities.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-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",
      "description": "The principal ID of resource identity."
    },
    "tenantId": {
      "type": "string",
      "description": "The tenant ID of resource."
    },
    "type": {
      "type": "string",
      "description": "The identity type."
    },
    "userAssignedIdentities": {
      "type": "object",
      "description": "The list of user-assigned identities."
    }
  }
}