Click or drag to resize

SecurityHubIsValidAzureADGroupName Method

Gets flag that determines if specified group name can be found on Azure AD.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Task<bool> IsValidAzureADGroupName(
	string groupName
)
View Source

Parameters

groupName  String
Group name to lookup

Return Value

TaskBoolean
true if group name was found in Azure AD; otherwise, false.
See Also