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