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.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalAccess", Update=true)]
public string ExternalAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalAccess", Update=true)>]
member this.ExternalAccess : string with get, set
Public Property ExternalAccess As String

Property Value

Attributes

Applies to