Click or drag to resize

SecurityHubSearchSecurityGroups Method

Searches security groups by resolved names.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public IEnumerable<Label> SearchSecurityGroups(
	string searchText
)
View Source

Parameters

searchText  String
Search text to lookup.

Return Value

IEnumerableLabel
Search results as "Labels" - serialized as JSON [{ label : "value" }, ...]; useful for dynamic lookup lists.
See Also