Uses of Class
com.oracle.bmc.bds.model.IdentityConfiguration.LifecycleState
-
Packages that use IdentityConfiguration.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of IdentityConfiguration.LifecycleState in com.oracle.bmc.bds
-
Uses of IdentityConfiguration.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return IdentityConfiguration.LifecycleState Modifier and Type Method Description static IdentityConfiguration.LifecycleState
IdentityConfiguration.LifecycleState. create(String key)
IdentityConfiguration.LifecycleState
IdentityConfiguration. getLifecycleState()
Lifecycle state of the identity configurationIdentityConfiguration.LifecycleState
IdentityConfigurationSummary. getLifecycleState()
Lifecycle state of the identity configstatic 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.Methods in com.oracle.bmc.bds.model with parameters of type IdentityConfiguration.LifecycleState Modifier and Type Method Description IdentityConfiguration.Builder
IdentityConfiguration.Builder. lifecycleState(IdentityConfiguration.LifecycleState lifecycleState)
Lifecycle state of the identity configurationIdentityConfigurationSummary.Builder
IdentityConfigurationSummary.Builder. lifecycleState(IdentityConfiguration.LifecycleState lifecycleState)
Lifecycle state of the identity configConstructors in com.oracle.bmc.bds.model with parameters of type IdentityConfiguration.LifecycleState Constructor 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. -
Uses of IdentityConfiguration.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return IdentityConfiguration.LifecycleState Modifier and Type Method Description IdentityConfiguration.LifecycleState
ListIdentityConfigurationsRequest. getLifecycleState()
The state of the identity configMethods in com.oracle.bmc.bds.requests with parameters of type IdentityConfiguration.LifecycleState Modifier and Type Method Description ListIdentityConfigurationsRequest.Builder
ListIdentityConfigurationsRequest.Builder. lifecycleState(IdentityConfiguration.LifecycleState lifecycleState)
The state of the identity config
-