DownloadDbConnectionBundleDetails¶
-
class
oci.database.models.DownloadDbConnectionBundleDetails(**kwargs)¶ Bases:
objectDetails to download a database connection bundle.
Methods
__init__(**kwargs)Initializes a new DownloadDbConnectionBundleDetails object with values from keyword arguments. Attributes
password[Required] Gets the password of this DownloadDbConnectionBundleDetails. -
__init__(**kwargs)¶ Initializes a new DownloadDbConnectionBundleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: password (str) – The value to assign to the password property of this DownloadDbConnectionBundleDetails.
-
password¶ [Required] Gets the password of this DownloadDbConnectionBundleDetails. The password to encrypt the keys inside the bundle. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.
Returns: The password of this DownloadDbConnectionBundleDetails. Return type: str
-