Microsoft Azure · Schema

UserAssignedIdentity

User-assigned managed identity.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
principalId string The principal ID of the user-assigned identity.
clientId string The client ID of the user-assigned identity.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-user-assigned-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserAssignedIdentity",
  "type": "object",
  "description": "User-assigned managed identity.",
  "properties": {
    "principalId": {
      "type": "string",
      "description": "The principal ID of the user-assigned identity."
    },
    "clientId": {
      "type": "string",
      "description": "The client ID of the user-assigned identity."
    }
  }
}