|
SecurityHubIsValidAzureADUserName Method
|
Gets flag that determines if specified user name can be found on Azure AD.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function IsValidAzureADUserName(userName);
View SourceParameters
- userName String
- User name to lookup.
Return Value
TaskBooleantrue if user name was found in Azure AD; otherwise,
false.
See Also