Module: SDM::SCIMProvider

Defined in:
lib/constants.rb

Overview

Providers responsible for managing roles and users. None, or an empty string, implies the user is managed by strongDM.

Constant Summary collapse

NONE =
""
OKTA =
"okta"
SAIL_POINT =
"sailpoint"
AZURE =
"azure"
GENERIC =
"generic"
ONE_LOGIN =
"onelogin"
GOOGLE =
"google"