IDbSystemProperties.AdminPassword Property

Definition

A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, #, or -.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, #, or -.", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=false, ReadOnly=false, Required=false, SerializedName="adminPassword", Update=false)]
public System.Security.SecureString AdminPassword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, #, or -.", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=false, ReadOnly=false, Required=false, SerializedName="adminPassword", Update=false)>]
member this.AdminPassword : System.Security.SecureString with get, set
Public Property AdminPassword As SecureString

Property Value

Attributes

Applies to