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