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 (18 loc) · 1.33 KB

SCIMProvider.md

File metadata and controls

23 lines (18 loc) · 1.33 KB

SCIMProvider

Properties

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