ReplicaExternalVaultMetadata¶
-
class
oci.key_management.models.
ReplicaExternalVaultMetadata
(**kwargs)¶ Bases:
oci.key_management.models.replica_vault_metadata.ReplicaVaultMetadata
Metadata of the replica region External Vault
Attributes
VAULT_TYPE_EXTERNAL
str(object=’’) -> str idcs_account_name_url
[Required] Gets the idcs_account_name_url of this ReplicaExternalVaultMetadata. private_endpoint_id
[Required] Gets the private_endpoint_id of this ReplicaExternalVaultMetadata. vault_type
[Required] Gets the vault_type of this ReplicaVaultMetadata. Methods
__init__
(**kwargs)Initializes a new ReplicaExternalVaultMetadata object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
VAULT_TYPE_EXTERNAL
= 'EXTERNAL'¶
-
__init__
(**kwargs)¶ Initializes a new ReplicaExternalVaultMetadata object with values from keyword arguments. The default value of the
vault_type
attribute of this class isEXTERNAL
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - vault_type (str) – The value to assign to the vault_type property of this ReplicaExternalVaultMetadata. Allowed values for this property are: “EXTERNAL”
- private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this ReplicaExternalVaultMetadata.
- idcs_account_name_url (str) – The value to assign to the idcs_account_name_url property of this ReplicaExternalVaultMetadata.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
idcs_account_name_url
¶ [Required] Gets the idcs_account_name_url of this ReplicaExternalVaultMetadata. Replica region URL of the IDCS domain
Returns: The idcs_account_name_url of this ReplicaExternalVaultMetadata. Return type: str
-
private_endpoint_id
¶ [Required] Gets the private_endpoint_id of this ReplicaExternalVaultMetadata. OCID of the EKMS private endpoint in the replica region and must be in ACTIVE state
Returns: The private_endpoint_id of this ReplicaExternalVaultMetadata. Return type: str
-
vault_type
¶ [Required] Gets the vault_type of this ReplicaVaultMetadata. The type of vault. Each type of vault stores keys with different degrees of isolation and has different options and pricing.
Allowed values for this property are: “EXTERNAL”
Returns: The vault_type of this ReplicaVaultMetadata. Return type: str
-