Type of the group.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupTypeEnum", "title": "GroupTypeEnum", "type": "string", "description": "Type of the group.", "enum": [ "connection", "organization", "tenant" ] }