Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static UserSummary.AccountStatus |
UserSummary.AccountStatus.create(String key) |
UserSummary.AccountStatus |
UserSummary.getAccountStatus()
The status of the user account.
|
static UserSummary.AccountStatus |
UserSummary.AccountStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSummary.AccountStatus[] |
UserSummary.AccountStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserSummary.Builder |
UserSummary.Builder.accountStatus(UserSummary.AccountStatus accountStatus)
The status of the user account.
|
Constructor and Description |
---|
UserSummary(String key,
String userName,
UserSummary.UserCategory userCategory,
UserSummary.AccountStatus accountStatus,
String targetId,
Date timeLastLogin,
Date timeUserCreated,
UserSummary.AuthenticationType authenticationType,
String userProfile,
Date timePasswordChanged,
List<UserSummary.UserTypes> userTypes,
List<UserSummary.AdminRoles> adminRoles,
Boolean areAllSchemasAccessible,
List<String> schemaList)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.