ExportDeploymentWalletDetails¶
-
class
oci.golden_gate.models.
ExportDeploymentWalletDetails
(**kwargs)¶ Bases:
object
Metadata required to export wallet from deployment
Methods
__init__
(**kwargs)Initializes a new ExportDeploymentWalletDetails object with values from keyword arguments. Attributes
description
Gets the description of this ExportDeploymentWalletDetails. master_encryption_key_id
[Required] Gets the master_encryption_key_id of this ExportDeploymentWalletDetails. secret_name
[Required] Gets the secret_name of this ExportDeploymentWalletDetails. vault_id
[Required] Gets the vault_id of this ExportDeploymentWalletDetails. -
__init__
(**kwargs)¶ Initializes a new ExportDeploymentWalletDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vault_id (str) – The value to assign to the vault_id property of this ExportDeploymentWalletDetails.
- master_encryption_key_id (str) – The value to assign to the master_encryption_key_id property of this ExportDeploymentWalletDetails.
- secret_name (str) – The value to assign to the secret_name property of this ExportDeploymentWalletDetails.
- description (str) – The value to assign to the description property of this ExportDeploymentWalletDetails.
-
description
¶ Gets the description of this ExportDeploymentWalletDetails. Metadata about this specific object.
Returns: The description of this ExportDeploymentWalletDetails. Return type: str
-
master_encryption_key_id
¶ [Required] Gets the master_encryption_key_id of this ExportDeploymentWalletDetails. Refers to the customer’s master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
Returns: The master_encryption_key_id of this ExportDeploymentWalletDetails. Return type: str
-
secret_name
¶ [Required] Gets the secret_name of this ExportDeploymentWalletDetails. Name of the secret with which secret is shown in vault
Returns: The secret_name of this ExportDeploymentWalletDetails. Return type: str
-
vault_id
¶ [Required] Gets the vault_id of this ExportDeploymentWalletDetails. Refers to the customer’s vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
Returns: The vault_id of this ExportDeploymentWalletDetails. Return type: str
-