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