Module: Auth0::Types::ConnectionProfileProvisioningSCIMTokenScopeEnum
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/auth0/types/connection_profile_provisioning_scim_token_scope_enum.rb
Constant Summary collapse
- GET_USERS =
"get:users"- POST_USERS =
"post:users"- PATCH_USERS =
"patch:users"- DELETE_USERS =
"delete:users"- PUT_USERS =
"put:users"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values