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()
Indicates if the assignment is direct (`USER`) or by group membership (`GROUP`).static 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)