Show / Hide Table of Contents

Class AdwAdminPasswordDetails

Details for the ADW Admin password. Password can be passed as VaultSecretPasswordDetails or PlainTextPasswordDetails.
Example: {"passwordType":"PLAIN_TEXT","password":"..."}

Inheritance
object
AdwAdminPasswordDetails
PlainTextPasswordDetails
VaultSecretPasswordDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
[JsonConverter(typeof(AdwAdminPasswordDetailsModelConverter))]
public class AdwAdminPasswordDetails
In this article
Back to top