Class RotateDistributedAutonomousDatabasePasswordsDetails
Payload to rotate passwords for shards and catalogs in the Globally distributed autonomous database.
Inherited Members
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.dll
Syntax
public class RotateDistributedAutonomousDatabasePasswordsDetails
Properties
DatabaseDetails
Declaration
[Required(ErrorMessage = "DatabaseDetails is required.")]
[JsonProperty(PropertyName = "databaseDetails")]
public List<RotateDistributedAutonomousDatabaseDetails> DatabaseDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RotateDistributedAutonomousDatabaseDetails> | Collection of shard or catalog password rotation details. |
Remarks
Required