ILdapsSettings.Ldap Property

Definition

A flag to determine whether or not Secure LDAP is enabled or disabled.

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

Property Value

Attributes

Applies to