Package | Description |
---|---|
com.oracle.bmc.secrets.model |
Modifier and Type | Class and Description |
---|---|
class |
Base64SecretBundleContentDetails
The contents of the secret.
|
Modifier and Type | Method and Description |
---|---|
SecretBundleContentDetails |
SecretBundle.getSecretBundleContent() |
Modifier and Type | Method and Description |
---|---|
SecretBundle.Builder |
SecretBundle.Builder.secretBundleContent(SecretBundleContentDetails secretBundleContent) |
Constructor and Description |
---|
SecretBundle(String secretId,
Date timeCreated,
Long versionNumber,
String versionName,
SecretBundleContentDetails secretBundleContent,
Date timeOfDeletion,
Date timeOfExpiry,
List<SecretBundle.Stages> stages,
Map<String,Object> metadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.