ILdapsSettings.ExternalAccess 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.
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