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.Request
CreateSecret.Request. builder()
Fluent API builder for configuring a request.CreateSecret.Request
CreateSecret.Request. compartmentId(String compartmentOcid)
The OCID of the compartment where you want to create the secret.CreateSecret.Request
CreateSecret.Request. description(String description)
A brief description of the secret.CreateSecret.Request
CreateSecret.Request. encryptionKeyId(String encryptionKeyOcid)
The OCID of the master encryption key that is used to encrypt the secret.CreateSecret.Request
CreateSecret.Request. secretContent(CreateSecret.SecretContent secretContent)
Content of the secret.CreateSecret.Request
CreateSecret.Request. secretName(String name)
A user-friendly name for the secret.CreateSecret.Request
CreateSecret.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.Response
OciVault. 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.
-