LdapSearchScopeOpt Constructors
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.
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.