Click or drag to resize

SecurityHubGetAzureADGroupList Method

Gets the list of Azure AD groups that are defined.

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

Return Value

TaskListString
Azure AD group list.
See Also