PasswordSummary¶
-
class
oci.bds.models.PasswordSummary(**kwargs)¶ Bases:
objectNew password value for the target service.
Methods
__init__(**kwargs)Initializes a new PasswordSummary object with values from keyword arguments. Attributes
admin_password[Required] Gets the admin_password of this PasswordSummary. -
__init__(**kwargs)¶ Initializes a new PasswordSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: admin_password (str) – The value to assign to the admin_password property of this PasswordSummary.
-
admin_password¶ [Required] Gets the admin_password of this PasswordSummary. Base-64 encoded new admin password for the requested service after the reset operation.
Returns: The admin_password of this PasswordSummary. Return type: str
-