|
SecurityHubSearchSecurityGroups Method
|
Searches security groups by resolved names.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function SearchSecurityGroups(searchText);
View SourceParameters
- searchText String
- Search text to lookup.
Return Value
IEnumerableLabelSearch results as "Labels" - serialized as JSON [{ label : "value" }, ...]; useful for dynamic lookup lists.
See Also