GroupType
Lookup table for group types.
erDiagram
GroupType ||--o{ Group : "GroupTypeID"
Fields
| Field |
Type |
Description |
| Description |
string |
Description |
| ID |
numeric |
Internal ID for the GroupType entity (Primary Key) |
| Name |
string |
Group type name |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the group type (e.g., in queries) |
| PublishedSoftware |
boolean |
True if groups of this type are used for software publishing or usage permission |
Referenced by
| Table |
Column Name |
Description |
| Group |
GroupTypeID |
Group of users or machines |