auth_groups |
List of authorization groups, their display name, and their description. The value of group must match the groups defined in (auth.ts)(graphql/auth.ts) |
list(object({ group = string name = string description = string subscriptions = number suspended = list(number) })) |
[ { "description": "National Microbiology Laboratory", "group": "nml-lab", "name": "NML", "subscriptions": 15, "suspended": [] }, { "description": "Correctional Service Canada", "group": "csc", "name": "CSC", "subscriptions": 15, "suspended": [] }, { "description": "BC Centre for Disease Control", "group": "bccdc", "name": "BCCDC", "subscriptions": 15, "suspended": [] }, { "description": "Haines Junction (Yukon)", "group": "hnj", "name": "HNJ", "subscriptions": 15, "suspended": [] }, { "description": "Ontario Ministry of the Environment, Conservation and Parks", "group": "omecp", "name": "OMECP", "subscriptions": 15, "suspended": [] }, { "description": "Public Health Ontario", "group": "pho", "name": "PHO", "subscriptions": 15, "suspended": [] }, { "description": "Manitoba grouping for PHAC", "group": "MB", "name": "MB", "subscriptions": 5, "suspended": [] } ] |
no |