IDomainService.DomainSecuritySettingSyncKerberosPassword Property

Definition

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

Property Value

Nullable<SyncKerberosPasswords>
Attributes

Applies to