Show / Hide Table of Contents

Class RotateDistributedDatabasePasswordsDetails

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

Inheritance
object
RotateDistributedDatabasePasswordsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top