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