Skip to end of banner
Go to start of banner

SCIM Class Table

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Class

Description

Group.cs

Model for SCIM groups

GroupDataExtension.cs

Class that can be used to extend the group model with additional attributes as needed

User.cs

Model for SCIM users

UserDataExtension.cs

Class that can be used to extend the user model with additional attributes as needed

GroupsController.cs

Controller for group endpoint(s)

GroupsRepository.cs

Contains the following implementation methods for retrieving and sending group data to and from the connected system:

  • Create() – Create groups in the external system

  • Query() – Query and return group data from the external system

  • Get() – Returns a single group from the external system

  • Update() – Updates a single group in the external system

  • Patch() – Adds a new group

  • Delete() – Deletes a single group in the external system

UsersController.cs

Controller for user endpoint(s)

UsersRepository.cs

Contains the following implementation methods for retrieving and sending user data to and from the connected system:

  • Create() – Create users in the external system

  • Query() – Query and return user data from the external system

  • Get() – Returns a single user from the external system

  • Update() – Updates a single user in the external system

  • Patch() – Adds a new user

  • Delete() – Deletes a single user in the external system

  • No labels