Uses of Enum
com.okta.sdk.resource.model.AppUserAssignRequest.ScopeEnum
-
Uses of AppUserAssignRequest.ScopeEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionAppUserAssignRequest.getScope()
Indicates if the assignment is direct (`USER`) or by group membership (`GROUP`).Returns the enum constant of this type with the specified name.static AppUserAssignRequest.ScopeEnum[]
AppUserAssignRequest.ScopeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAppUserAssignRequest.scope
(AppUserAssignRequest.ScopeEnum scope) void
AppUserAssignRequest.setScope
(AppUserAssignRequest.ScopeEnum scope)