Kind: Interface
Source: atloria-monorepo/apps/api/src/scim/scim.mapper.ts
Properties
| Property | Type |
|---|---|
schemas | string[] |
id | string |
externalId | string |
userName | string |
name | ScimName |
displayName | string |
emails | ScimEmail[] |
active | boolean |
meta | `{ |
resourceType: 'User'; created?: string; lastModified?: string; location?: string;
}` |
Was this page helpful?