Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static CustomerSecretKey.LifecycleState |
CustomerSecretKey.LifecycleState.create(String key) |
CustomerSecretKey.LifecycleState |
CustomerSecretKey.getLifecycleState()
The secret key’s current state.
|
static CustomerSecretKey.LifecycleState |
CustomerSecretKey.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerSecretKey.LifecycleState[] |
CustomerSecretKey.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CustomerSecretKey.Builder |
CustomerSecretKey.Builder.lifecycleState(CustomerSecretKey.LifecycleState lifecycleState)
The secret key’s current state.
|
Constructor and Description |
---|
CustomerSecretKey(String key,
String id,
String userId,
String displayName,
Date timeCreated,
Date timeExpires,
CustomerSecretKey.LifecycleState lifecycleState,
Long inactiveStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.