Megosztás a következőn keresztül:


LdapSearchScopeOpt Constructors

Definition

Overloads

LdapSearchScopeOpt()

Initializes a new instance of the LdapSearchScopeOpt class.

LdapSearchScopeOpt(String, String, String)

Initializes a new instance of the LdapSearchScopeOpt class.

LdapSearchScopeOpt()

Initializes a new instance of the LdapSearchScopeOpt class.

public LdapSearchScopeOpt ();
Public Sub New ()

Applies to

LdapSearchScopeOpt(String, String, String)

Initializes a new instance of the LdapSearchScopeOpt class.

public LdapSearchScopeOpt (string userDn = default, string groupDn = default, string groupMembershipFilter = default);
new Microsoft.Azure.Management.NetApp.Models.LdapSearchScopeOpt : string * string * string -> Microsoft.Azure.Management.NetApp.Models.LdapSearchScopeOpt
Public Sub New (Optional userDn As String = Nothing, Optional groupDn As String = Nothing, Optional groupMembershipFilter As String = Nothing)

Parameters

userDn
String

This specifies the user DN, which overrides the base DN for user lookups.

groupDn
String

This specifies the group DN, which overrides the base DN for group lookups.

groupMembershipFilter
String

This specifies the custom LDAP search filter to be used when looking up group membership from LDAP server.

Applies to