IDomainSecuritySettings.SyncOnPremPassword Property

Definition

A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords) }, ReadOnly=false, Required=false, SerializedName="syncOnPremPasswords")]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords? SyncOnPremPassword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords) }, ReadOnly=false, Required=false, SerializedName="syncOnPremPasswords")>]
member this.SyncOnPremPassword : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords> with get, set
Public Property SyncOnPremPassword As Nullable(Of SyncOnPremPasswords)

Property Value

Attributes

Applies to