# ClaimsIdentityEntity object
This object contains the data of a claims-based identity that is used for authentication during synchronization.
# Properties
| Name | Type | Description |
|---|---|---|
| id | integer | readonly. The unique id of this identity. |
| name | string | editable. The display name of this identity. |
| authenticationType | string | readonly. The type of authentication method. |
| role | string | editable. The role associated with this identity. |
| claims | array ClaimEntity | editable. A navigation property for the claims. |
| syncJob | SyncJobEntity | editable. A navigation property for the job which uses this identity. |
# Operations
Non-exhaustive list of operations that are related to this type: