IDomainService.DomainSecuritySettingSyncKerberosPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes