Uses of Class
io.helidon.integrations.oci.vault.CreateSecret.SecretContent
Packages that use CreateSecret.SecretContent
Package
Description
Integration with OCI Vault REST API including the KMS encryption and digest support.
-
Uses of CreateSecret.SecretContent in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return CreateSecret.SecretContentModifier and TypeMethodDescriptionstatic CreateSecret.SecretContentCreateSecret.SecretContent.builder()Create a new secret content.The text content of the secret.CreateSecret.SecretContent.contentBase64(String base64Content) The base64-encoded content of the secret.static CreateSecret.SecretContentCreate new content from plain text secret.Names should be unique within a secret.CreateSecret.SecretContent.stage(SecretStage stage) The rotation state of the secret content.Methods in io.helidon.integrations.oci.vault with parameters of type CreateSecret.SecretContentModifier and TypeMethodDescriptionCreateSecret.Request.secretContent(CreateSecret.SecretContent secretContent) Content of the secret.