Uses of Class
com.oracle.bmc.vault.model.SecretRule
-
Packages that use SecretRule Package Description com.oracle.bmc.vault.model -
-
Uses of SecretRule in com.oracle.bmc.vault.model
Subclasses of SecretRule in com.oracle.bmc.vault.model Modifier and Type Class Description class
SecretExpiryRule
A rule that helps enforce the expiration of a secret’s contents.class
SecretReuseRule
A rule that disallows reuse of previously used secret content by the specified secret.Methods in com.oracle.bmc.vault.model that return types with arguments of type SecretRule Modifier and Type Method Description List<SecretRule>
CreateSecretDetails. getSecretRules()
A list of rules to control how the secret is used and managed.List<SecretRule>
Secret. getSecretRules()
A list of rules that control how the secret is used and managed.List<SecretRule>
UpdateSecretDetails. getSecretRules()
A list of rules to control how the secret is used and managed.Method parameters in com.oracle.bmc.vault.model with type arguments of type SecretRule Modifier and Type Method Description CreateSecretDetails.Builder
CreateSecretDetails.Builder. secretRules(List<SecretRule> secretRules)
A list of rules to control how the secret is used and managed.Secret.Builder
Secret.Builder. secretRules(List<SecretRule> secretRules)
A list of rules that control how the secret is used and managed.UpdateSecretDetails.Builder
UpdateSecretDetails.Builder. secretRules(List<SecretRule> secretRules)
A list of rules to control how the secret is used and managed.Constructor parameters in com.oracle.bmc.vault.model with type arguments of type SecretRule Constructor 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.Secret(String compartmentId, Long currentVersionNumber, Map<String,Map<String,Object>> definedTags, String description, Map<String,String> freeformTags, String id, String keyId, String lifecycleDetails, Secret.LifecycleState lifecycleState, Map<String,Object> metadata, RotationConfig rotationConfig, Secret.RotationStatus rotationStatus, Date lastRotationTime, Date nextRotationTime, String secretName, List<SecretRule> secretRules, Date timeCreated, Date timeOfCurrentVersionExpiry, Date timeOfDeletion, String vaultId, SecretGenerationContext secretGenerationContext, Boolean isAutoGenerationEnabled)
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.
-