Package | Description |
---|---|
com.oracle.bmc.vault.model | |
com.oracle.bmc.vault.requests |
Modifier and Type | Method and Description |
---|---|
static SecretSummary.LifecycleState |
SecretSummary.LifecycleState.create(String key) |
SecretSummary.LifecycleState |
SecretSummary.getLifecycleState()
The current lifecycle state of the secret.
|
static SecretSummary.LifecycleState |
SecretSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretSummary.LifecycleState[] |
SecretSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecretSummary.Builder |
SecretSummary.Builder.lifecycleState(SecretSummary.LifecycleState lifecycleState)
The current lifecycle state of the secret.
|
Constructor and Description |
---|
SecretSummary(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
String keyId,
String id,
String lifecycleDetails,
SecretSummary.LifecycleState lifecycleState,
RotationConfig rotationConfig,
Secret.RotationStatus rotationStatus,
Date lastRotationTime,
Date nextRotationTime,
String secretName,
Date timeCreated,
Date timeOfCurrentVersionExpiry,
Date timeOfDeletion,
String vaultId,
SecretGenerationContext secretGenerationContext,
Boolean isAutoGenerationEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SecretSummary.LifecycleState |
ListSecretsRequest.getLifecycleState()
A filter that returns only resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSecretsRequest.Builder |
ListSecretsRequest.Builder.lifecycleState(SecretSummary.LifecycleState lifecycleState)
A filter that returns only resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.