GenerateOnPremConnectorConfigurationDetails¶
-
class
oci.data_safe.models.
GenerateOnPremConnectorConfigurationDetails
(**kwargs)¶ Bases:
object
The details used to create and download on-premises connector’s configuration.
Methods
__init__
(**kwargs)Initializes a new GenerateOnPremConnectorConfigurationDetails object with values from keyword arguments. Attributes
password
[Required] Gets the password of this GenerateOnPremConnectorConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new GenerateOnPremConnectorConfigurationDetails 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 GenerateOnPremConnectorConfigurationDetails.
-
password
¶ [Required] Gets the password of this GenerateOnPremConnectorConfigurationDetails. The password to encrypt the keys inside the wallet included as part of the configuration. The password must be between 12 and 30 characters long and must contain atleast 1 uppercase, 1 lowercase, 1 numeric, and 1 special character.
Returns: The password of this GenerateOnPremConnectorConfigurationDetails. Return type: str
-