Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
static IdentityConfiguration.LifecycleState |
IdentityConfiguration.LifecycleState.create(String key) |
IdentityConfiguration.LifecycleState |
IdentityConfiguration.getLifecycleState()
Lifecycle state of the identity configuration
|
IdentityConfiguration.LifecycleState |
IdentityConfigurationSummary.getLifecycleState()
Lifecycle state of the identity config
|
static IdentityConfiguration.LifecycleState |
IdentityConfiguration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityConfiguration.LifecycleState[] |
IdentityConfiguration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IdentityConfiguration.Builder |
IdentityConfiguration.Builder.lifecycleState(IdentityConfiguration.LifecycleState lifecycleState)
Lifecycle state of the identity configuration
|
IdentityConfigurationSummary.Builder |
IdentityConfigurationSummary.Builder.lifecycleState(IdentityConfiguration.LifecycleState lifecycleState)
Lifecycle state of the identity config
|
Constructor and Description |
---|
IdentityConfiguration(String id,
String displayName,
String identityDomainId,
String confidentialApplicationId,
IdentityConfiguration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
IamUserSyncConfiguration iamUserSyncConfiguration,
UpstConfiguration upstConfiguration)
Deprecated.
|
IdentityConfigurationSummary(String id,
String displayName,
IdentityConfiguration.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IdentityConfiguration.LifecycleState |
ListIdentityConfigurationsRequest.getLifecycleState()
The state of the identity config
|
Modifier and Type | Method and Description |
---|---|
ListIdentityConfigurationsRequest.Builder |
ListIdentityConfigurationsRequest.Builder.lifecycleState(IdentityConfiguration.LifecycleState lifecycleState)
The state of the identity config
|
Copyright © 2016–2024. All rights reserved.