Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static SecretVersion.ContentType |
SecretVersion.ContentType.create(String key) |
SecretVersion.ContentType |
SecretVersion.getContentType()
The content type of the secret version’s secret contents.
|
static SecretVersion.ContentType |
SecretVersion.ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretVersion.ContentType[] |
SecretVersion.ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecretVersion.Builder |
SecretVersion.Builder.contentType(SecretVersion.ContentType contentType)
The content type of the secret version’s secret contents.
|
Constructor and Description |
---|
SecretVersion(SecretVersion.ContentType contentType,
String name,
String secretId,
List<SecretVersion.Stages> stages,
Date timeCreated,
Date timeOfDeletion,
Date timeOfCurrentVersionExpiry,
Long versionNumber,
Boolean isContentAutoGenerated)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.