loginAttribute property

String? loginAttribute
getter/setter pair

The name of the attribute which matches against the input username.

This is used to find the user in the LDAP database e.g. "(=)" and is combined with the optional filter field. This defaults to "userPrincipalName".

Optional.

Implementation

core.String? loginAttribute;