Uses of Class
io.helidon.integrations.oci.vault.CreateSecret.Request
Packages that use CreateSecret.Request
Package
Description
Integration with OCI Vault REST API including the KMS encryption and digest support.
-
Uses of CreateSecret.Request in io.helidon.integrations.oci.vault
Methods in io.helidon.integrations.oci.vault that return CreateSecret.RequestModifier and TypeMethodDescriptionstatic CreateSecret.RequestCreateSecret.Request.builder()Fluent API builder for configuring a request.CreateSecret.Request.compartmentId(String compartmentOcid) The OCID of the compartment where you want to create the secret.CreateSecret.Request.description(String description) A brief description of the secret.CreateSecret.Request.encryptionKeyId(String encryptionKeyOcid) The OCID of the master encryption key that is used to encrypt the secret.CreateSecret.Request.secretContent(CreateSecret.SecretContent secretContent) Content of the secret.CreateSecret.Request.secretName(String name) A user-friendly name for the secret.The OCID of the vault where you want to create the secret.Methods in io.helidon.integrations.oci.vault with parameters of type CreateSecret.RequestModifier and TypeMethodDescriptionOciVault.createSecret(CreateSecret.Request request) Create a new secret.OciVaultRx.createSecret(CreateSecret.Request request) Create a new secret.