Click or drag to resize

SecurityHub.GetAzureADGroupList 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.241-beta
Syntax
public Task<List<string>> GetAzureADGroupList()
View Source

Return Value

Task<List<String>>
Azure AD group list.
See Also