User-assigned managed identity.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserAssignedIdentity", "title": "UserAssignedIdentity", "type": "object", "description": "User-assigned managed identity.", "properties": { "principalId": { "type": "string", "readOnly": true, "description": "The principal ID of the user-assigned identity.", "example": "500123" }, "clientId": { "type": "string", "readOnly": true, "description": "The client ID of the user-assigned identity.", "example": "500123" } } }