{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userIdentity", "title": "microsoft.graph.userIdentity", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identity" }, { "title": "userIdentity", "required": [ "@odata.type" ], "type": "object", "properties": { "ipAddress": { "type": "string", "description": "Indicates the client IP address associated with the user performing the activity (audit log only).", "nullable": true }, "userPrincipalName": { "type": "string", "description": "The userPrincipalName attribute of the user.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.userIdentity" } } } ], "x-ms-discriminator-value": "#microsoft.graph.userIdentity" }