The following table contains all properties of this entity and their description
| Property Name | Description | Type |
|---|---|---|
| GroupId | The group identifier. | Guid |
| Name | Name of the group. | string |
| Description | Additional information used to describe the form . | string |
| IsExternal | A value indicating whether this group is external. | bool |
| IsSystem | A value indicating whether this group is a system group. | bool |
| CreatedByUserProfileId | The user who created this group. | Guid |
| CreatedDate | Date/time at which this group was created. | DateTimeOffset |
| ModifiedByUserProfileId | The last user who modified this group properties. | Guid |
| ModifiedDate | Date/time at which this group properties were modified for the last time. | DateTimeOffset |
| Timestamp | The timestamp. | byte array |

