RotateDistributedDatabasePasswordsDetails¶
-
class
oci.distributed_database_v26.models.RotateDistributedDatabasePasswordsDetails(**kwargs)¶ Bases:
objectPayload to rotate passwords for shards and catalogs in the Globally distributed database.
Methods
__init__(**kwargs)Initializes a new RotateDistributedDatabasePasswordsDetails object with values from keyword arguments. Attributes
database_details[Required] Gets the database_details of this RotateDistributedDatabasePasswordsDetails. -
__init__(**kwargs)¶ Initializes a new RotateDistributedDatabasePasswordsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: database_details (list[oci.distributed_database_v26.models.RotateDistributedDatabaseDetails]) – The value to assign to the database_details property of this RotateDistributedDatabasePasswordsDetails.
-
database_details¶ [Required] Gets the database_details of this RotateDistributedDatabasePasswordsDetails. Collection of shard or catalog password rotation details.
Returns: The database_details of this RotateDistributedDatabasePasswordsDetails. Return type: list[oci.distributed_database_v26.models.RotateDistributedDatabaseDetails]
-