Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.77 KB

identity.md

File metadata and controls

28 lines (21 loc) · 1.77 KB

Identity type

The Identity type represents an identity of an actor. For example, and actor can be a user, device, or application.

JSON representation

{
  "id": "string",
  "displayName": "optional string"
}

Properties

Property name Type Description
id string Unique identifier for the identity.
displayName string The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, OneDrive may show the new value in a future response, but the items associated with the user won't show up as having changed in view.delta