Uses of Enum
com.okta.sdk.resource.model.AppUser.ScopeEnum
-
Uses of AppUser.ScopeEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic AppUser.ScopeEnum
AppUser.getScope()
Toggles the assignment between user or group scopestatic AppUser.ScopeEnum
Returns the enum constant of this type with the specified name.static AppUser.ScopeEnum[]
AppUser.ScopeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAppUser.scope
(AppUser.ScopeEnum scope) void
AppUser.setScope
(AppUser.ScopeEnum scope)