ArmNetAppModelFactory.NetAppLdapSearchScopeConfiguration Method
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.
public static Azure.ResourceManager.NetApp.Models.NetAppLdapSearchScopeConfiguration NetAppLdapSearchScopeConfiguration(string userDN = default, string groupDN = default, string groupMembershipFilter = default);
static member NetAppLdapSearchScopeConfiguration : string * string * string -> Azure.ResourceManager.NetApp.Models.NetAppLdapSearchScopeConfiguration
Public Shared Function NetAppLdapSearchScopeConfiguration (Optional userDN As String = Nothing, Optional groupDN As String = Nothing, Optional groupMembershipFilter As String = Nothing) As NetAppLdapSearchScopeConfiguration
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.
Returns
A new NetAppLdapSearchScopeConfiguration instance for mocking.