Package | Description |
---|---|
com.oracle.bmc.lockbox.model |
Modifier and Type | Method and Description |
---|---|
static PersonaLevel |
PersonaLevel.create(String key) |
PersonaLevel |
ActivityLog.getUserLevel()
Level of the persona
|
static PersonaLevel |
PersonaLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonaLevel[] |
PersonaLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActivityLog.Builder |
ActivityLog.Builder.userLevel(PersonaLevel userLevel)
Level of the persona
|
Constructor and Description |
---|
ActivityLog(String userId,
PersonaLevel userLevel,
AccessRequestActionType action,
String message,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.