Class GetVault.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.oci.connect.OciResponseParser
io.helidon.integrations.oci.vault.GetVault.Response
- Enclosing class:
- GetVault
Response object parsed from JSON returned by the
RestApi.-
Method Summary
Modifier and TypeMethodDescriptionThe OCID of the compartment that contains this vault.created()The date and time the vault was created.The service endpoint to perform cryptographic operations against.A user-friendly name for the vault.The vault's current lifecycle state.The service endpoint to perform management operations against.vaultId()The OCID of the vault.The type of vault.The OCID of the vault's wrapping key.Methods inherited from class io.helidon.integrations.oci.connect.OciResponseParser
getInstant, toInstantMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Method Details
-
compartmentId
The OCID of the compartment that contains this vault.- Returns:
- compartment ID
-
displayName
A user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.- Returns:
- display name
-
lifecycleState
The vault's current lifecycle state.- Returns:
- lifecycle state
-
created
The date and time the vault was created.- Returns:
- created instant
-
vaultId
The OCID of the vault.- Returns:
- Vault ID
-
cryptoEndpoint
The service endpoint to perform cryptographic operations against. Cryptographic operations include Encrypt, Decrypt, and GenerateDataEncryptionKey operations.- Returns:
- cryptographic endpoint
-
managementEndpoint
The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.- Returns:
- management endpoint
-
vaultType
The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing. Allowed values are:VIRTUAL_PRIVATEDEFAULT
- Returns:
- vault type
-
wrappingKeyId
The OCID of the vault's wrapping key.- Returns:
- wrapping key id
-