ExternalKeyReference

class oci.key_management.models.ExternalKeyReference(**kwargs)

Bases: object

A reference to the key on external key manager.

Methods

__init__(**kwargs) Initializes a new ExternalKeyReference object with values from keyword arguments.

Attributes

external_key_id [Required] Gets the external_key_id of this ExternalKeyReference.
__init__(**kwargs)

Initializes a new ExternalKeyReference 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 ExternalKeyReference.
external_key_id

[Required] Gets the external_key_id of this ExternalKeyReference. 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 ExternalKeyReference.
Return type:str