{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UserAssignedIdentity",
"type": "object",
"description": "Details about a user assigned identity.",
"properties": {
"resourceId": {
"type": "string",
"description": "The resource ID of the user assigned identity."
},
"clientId": {
"type": "string",
"description": "The client ID of the user assigned identity."
},
"objectId": {
"type": "string",
"description": "The object ID of the user assigned identity."
}
}
}