RotateDistributedAutonomousDatabasePasswordsDetails

class oci.distributed_database_v26.models.RotateDistributedAutonomousDatabasePasswordsDetails(**kwargs)

Bases: object

Payload to rotate passwords for shards and catalogs in the Globally distributed autonomous database.

Methods

__init__(**kwargs) Initializes a new RotateDistributedAutonomousDatabasePasswordsDetails object with values from keyword arguments.

Attributes

database_details [Required] Gets the database_details of this RotateDistributedAutonomousDatabasePasswordsDetails.
__init__(**kwargs)

Initializes a new RotateDistributedAutonomousDatabasePasswordsDetails 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.RotateDistributedAutonomousDatabaseDetails]) – The value to assign to the database_details property of this RotateDistributedAutonomousDatabasePasswordsDetails.
database_details

[Required] Gets the database_details of this RotateDistributedAutonomousDatabasePasswordsDetails. Collection of shard or catalog password rotation details.

Returns:The database_details of this RotateDistributedAutonomousDatabasePasswordsDetails.
Return type:list[oci.distributed_database_v26.models.RotateDistributedAutonomousDatabaseDetails]