{ "$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." } } }