ExternalKeyVersionReference¶
-
class
oci.key_management.models.
ExternalKeyVersionReference
(**kwargs)¶ Bases:
object
A reference to key version on external key manager.
Methods
__init__
(**kwargs)Initializes a new ExternalKeyVersionReference object with values from keyword arguments. Attributes
external_key_version_id
Gets the external_key_version_id of this ExternalKeyVersionReference. -
__init__
(**kwargs)¶ Initializes a new ExternalKeyVersionReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: external_key_version_id (str) – The value to assign to the external_key_version_id property of this ExternalKeyVersionReference.
-
external_key_version_id
¶ Gets the external_key_version_id of this ExternalKeyVersionReference. Key version ID associated with the external key.
Returns: The external_key_version_id of this ExternalKeyVersionReference. Return type: str
-