ILdapsSettings.ExternalAccess Property

Definition

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

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

Property Value

Attributes

Applies to