Uses of Class
io.helidon.integrations.oci.vault.CreateSecret.Request
-
Packages that use CreateSecret.Request Package Description io.helidon.integrations.oci.vault 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.Request Modifier and Type Method Description static CreateSecret.RequestCreateSecret.Request. builder()Fluent API builder for configuring a request.CreateSecret.RequestCreateSecret.Request. compartmentId(String compartmentOcid)The OCID of the compartment where you want to create the secret.CreateSecret.RequestCreateSecret.Request. description(String description)A brief description of the secret.CreateSecret.RequestCreateSecret.Request. encryptionKeyId(String encryptionKeyOcid)The OCID of the master encryption key that is used to encrypt the secret.CreateSecret.RequestCreateSecret.Request. secretContent(CreateSecret.SecretContent secretContent)Content of the secret.CreateSecret.RequestCreateSecret.Request. secretName(String name)A user-friendly name for the secret.CreateSecret.RequestCreateSecret.Request. vaultId(String vaultOcid)The OCID of the vault where you want to create the secret.Methods in io.helidon.integrations.oci.vault with parameters of type CreateSecret.Request Modifier and Type Method Description CreateSecret.ResponseOciVault. createSecret(CreateSecret.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Create a new secret.Single<CreateSecret.Response>OciVaultRx. createSecret(CreateSecret.Request request)Deprecated, for removal: This API element is subject to removal in a future version.Create a new secret.
-