Uses of Class
io.helidon.integrations.oci.vault.CreateSecret.SecretContent
-
Packages that use CreateSecret.SecretContent Package Description io.helidon.integrations.oci.vault 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.SecretContent Modifier and Type Method Description static CreateSecret.SecretContent
CreateSecret.SecretContent. builder()
Create a new secret content.CreateSecret.SecretContent
CreateSecret.SecretContent. content(String content)
The text content of the secret.CreateSecret.SecretContent
CreateSecret.SecretContent. contentBase64(String base64Content)
The base64-encoded content of the secret.static CreateSecret.SecretContent
CreateSecret.SecretContent. create(String plainTextSecret)
Create new content from plain text secret.CreateSecret.SecretContent
CreateSecret.SecretContent. name(String name)
Names should be unique within a secret.CreateSecret.SecretContent
CreateSecret.SecretContent. stage(SecretStage stage)
The rotation state of the secret content.Methods in io.helidon.integrations.oci.vault with parameters of type CreateSecret.SecretContent Modifier and Type Method Description CreateSecret.Request
CreateSecret.Request. secretContent(CreateSecret.SecretContent secretContent)
Content of the secret.
-