| Package | Description |
|---|---|
| com.okta.sdk.resource.model |
| Modifier and Type | Method and Description |
|---|---|
static AppUser.ScopeEnum |
AppUser.ScopeEnum.fromValue(String value) |
AppUser.ScopeEnum |
AppUser.getScope()
Toggles the assignment between user or group scope
|
static AppUser.ScopeEnum |
AppUser.ScopeEnum.valueOf(String name)
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 Type | Method and Description |
|---|---|
AppUser |
AppUser.scope(AppUser.ScopeEnum scope) |
void |
AppUser.setScope(AppUser.ScopeEnum scope) |
Copyright © 2017–2023 Okta. All rights reserved.