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