Class GetKey.Response
- java.lang.Object
- 
- io.helidon.integrations.common.rest.ApiJsonParser
- 
- io.helidon.integrations.oci.connect.OciResponseParser
- 
- io.helidon.integrations.oci.vault.GetKey.Response
 
 
 
- 
- Enclosing class:
- GetKey
 
 public static class GetKey.Response extends OciResponseParser Response object parsed from JSON returned by theRestApi.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcompartmentId()The OCID of the compartment that contains this master encryption key.Instantcreated()The date and time the key was created.StringcurrentKeyVersionId()The OCID of the key version used in cryptographic operations.StringdisplayName()A user-friendly name for the key.StringkeyId()Key OCID.StringlifecycleState()The key's current lifecycle state.StringvaultId()The OCID of the vault that contains this key.- 
Methods inherited from class io.helidon.integrations.oci.connect.OciResponseParsergetInstant, toInstant
 - 
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParserisPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
 
- 
 
- 
- 
- 
Method Detail- 
keyIdpublic String keyId() Key OCID.- Returns:
- key OCID
 
 - 
currentKeyVersionIdpublic String currentKeyVersionId() The OCID of the key version used in cryptographic operations. During key rotation, the service might be in a transitional state where this or a newer key version are used intermittently. The currentKeyVersion property is updated when the service is guaranteed to use the new key version for all subsequent encryption operations.- Returns:
- current key version ID
 
 - 
compartmentIdpublic String compartmentId() The OCID of the compartment that contains this master encryption key.- Returns:
- compartment ID
 
 - 
displayNamepublic String displayName() A user-friendly name for the key. It does not have to be unique, and it is changeable. Avoid entering confidential information.- Returns:
- display name
 
 - 
lifecycleStatepublic String lifecycleState() The key's current lifecycle state.- Returns:
- lifecycle state
 
 - 
createdpublic Instant created() The date and time the key was created.- Returns:
- created instant
 
 - 
vaultIdpublic String vaultId() The OCID of the vault that contains this key.- Returns:
- Vault ID
 
 
- 
 
-