Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Class and Description |
---|---|
class |
Base64SecretContentDetails
Base64-encoded secret content.
|
Modifier and Type | Method and Description |
---|---|
SecretContentDetails |
CreateSecretDetails.getSecretContent() |
SecretContentDetails |
UpdateSecretDetails.getSecretContent() |
Modifier and Type | Method and Description |
---|---|
CreateSecretDetails.Builder |
CreateSecretDetails.Builder.secretContent(SecretContentDetails secretContent) |
UpdateSecretDetails.Builder |
UpdateSecretDetails.Builder.secretContent(SecretContentDetails secretContent) |
Constructor and Description |
---|
CreateSecretDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String description,
Map<String,String> freeformTags,
String keyId,
Map<String,Object> metadata,
SecretContentDetails secretContent,
RotationConfig rotationConfig,
String secretName,
List<SecretRule> secretRules,
String vaultId,
SecretGenerationContext secretGenerationContext,
Boolean enableAutoGeneration)
Deprecated.
|
UpdateSecretDetails(Long currentVersionNumber,
Map<String,Map<String,Object>> definedTags,
String description,
Map<String,String> freeformTags,
Map<String,Object> metadata,
SecretContentDetails secretContent,
RotationConfig rotationConfig,
List<SecretRule> secretRules,
SecretGenerationContext secretGenerationContext,
Boolean enableAutoGeneration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.