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