Class CreateSecret
- java.lang.Object
-
- io.helidon.integrations.oci.vault.CreateSecret
-
public final class CreateSecret extends Object
Request and response for creating a Vault secret.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSecret.Request
Request object.static class
CreateSecret.Response
Response object parsed from JSON returned by theRestApi
.static class
CreateSecret.SecretContent
The content of the secret and metadata to help identify it.
-