Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static SecretContentDetails.Stage |
SecretContentDetails.Stage.create(String key) |
SecretContentDetails.Stage |
SecretContentDetails.getStage()
The rotation state of the secret content.
|
static SecretContentDetails.Stage |
SecretContentDetails.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretContentDetails.Stage[] |
SecretContentDetails.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Base64SecretContentDetails.Builder |
Base64SecretContentDetails.Builder.stage(SecretContentDetails.Stage stage) |
Constructor and Description |
---|
Base64SecretContentDetails(String name,
SecretContentDetails.Stage stage,
String content)
Deprecated.
|
SecretContentDetails(String name,
SecretContentDetails.Stage stage)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.