ExternalKeyReferenceDetails¶
-
class
oci.key_management.models.
ExternalKeyReferenceDetails
(**kwargs)¶ Bases:
object
Key reference data to be returned to the customer as a response.
Methods
__init__
(**kwargs)Initializes a new ExternalKeyReferenceDetails object with values from keyword arguments. Attributes
external_key_id
[Required] Gets the external_key_id of this ExternalKeyReferenceDetails. external_key_version_id
[Required] Gets the external_key_version_id of this ExternalKeyReferenceDetails. -
__init__
(**kwargs)¶ Initializes a new ExternalKeyReferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - external_key_id (str) – The value to assign to the external_key_id property of this ExternalKeyReferenceDetails.
- external_key_version_id (str) – The value to assign to the external_key_version_id property of this ExternalKeyReferenceDetails.
-
external_key_id
¶ [Required] Gets the external_key_id of this ExternalKeyReferenceDetails. ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
Returns: The external_key_id of this ExternalKeyReferenceDetails. Return type: str
-
external_key_version_id
¶ [Required] Gets the external_key_version_id of this ExternalKeyReferenceDetails. Key version ID associated with the external key.
Returns: The external_key_version_id of this ExternalKeyReferenceDetails. Return type: str
-