Show / Hide Table of Contents

Class RotateDistributedAutonomousDatabasePasswordsDetails

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

Inheritance
object
RotateDistributedAutonomousDatabasePasswordsDetails
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 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

In this article
Back to top