Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static IamUserSyncConfiguration.LifecycleState |
IamUserSyncConfiguration.LifecycleState.create(String key) |
IamUserSyncConfiguration.LifecycleState |
IamUserSyncConfiguration.getLifecycleState()
Lifecycle state of the IAM user sync config
|
static IamUserSyncConfiguration.LifecycleState |
IamUserSyncConfiguration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IamUserSyncConfiguration.LifecycleState[] |
IamUserSyncConfiguration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IamUserSyncConfiguration.Builder |
IamUserSyncConfiguration.Builder.lifecycleState(IamUserSyncConfiguration.LifecycleState lifecycleState)
Lifecycle state of the IAM user sync config
|
Constructor and Description |
---|
IamUserSyncConfiguration(Boolean isPosixAttributesAdditionRequired,
IamUserSyncConfiguration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.