Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static SecretVersionSummary.Stages |
SecretVersionSummary.Stages.create(String key) |
static SecretVersionSummary.Stages |
SecretVersionSummary.Stages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretVersionSummary.Stages[] |
SecretVersionSummary.Stages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SecretVersionSummary.Stages> |
SecretVersionSummary.getStages()
A list of possible rotation states for the secret version.
|
Modifier and Type | Method and Description |
---|---|
SecretVersionSummary.Builder |
SecretVersionSummary.Builder.stages(List<SecretVersionSummary.Stages> stages)
A list of possible rotation states for the secret version.
|
Constructor and Description |
---|
SecretVersionSummary(SecretVersionSummary.ContentType contentType,
String name,
String secretId,
List<SecretVersionSummary.Stages> stages,
Date timeCreated,
Date timeOfDeletion,
Date timeOfExpiry,
Long versionNumber,
Map<String,Map<String,Object>> systemTags,
Boolean isContentAutoGenerated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.