Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 1.26 KB

SCIMProvider.md

File metadata and controls

23 lines (19 loc) · 1.26 KB

SCIMProvider

Properties

Name Type Description Notes
pk Int [readonly]
name String
propertyMappings [UUID] [optional]
propertyMappingsGroup [UUID] Property mappings used for group creation/updating. [optional]
component String Get object component so that we know how to edit the object [readonly]
assignedBackchannelApplicationSlug String Internal application name, used in URLs. [readonly]
assignedBackchannelApplicationName String Application's display Name. [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
url String Base URL to SCIM requests, usually ends in /v2
token String Authentication token
excludeUsersServiceAccount Bool [optional]
filterGroup UUID [optional]

[Back to Model list] [Back to API list] [Back to README]