Query: Group
Finds a Group by id
A Group or Business Unit within an organization. Groups can be nested within other groups.
Return Type
Related Types
Related Filters
Args
Name | Type | Description |
---|---|---|
id | ID | An auto-generated string that identifies this root entity uniquely among others of the same type |
Properties
Name | Type | Description |
---|---|---|
_allInnerChildrenMeta | _QueryMeta | A flattened list of children and current business unit (returns a maximum of 9 layers deep). |
_assetsMeta | _QueryMeta | Assets belonging to the Group |
_childrenMeta | _QueryMeta | Child groups of this group |
_cursor | String | Provides a value that can be supplied to the |
_productsMeta | _QueryMeta | Products belonging to the Group |
_revision | ID | An identifier that is updated automatically on each update of this root entity (but not on relation changes) |
_uniqueTestTypesMeta | _QueryMeta | The collection of unique testing tools for this group (e.g. Finite State Binary Analysis, Snyk Scan, etc.). This is used to determine which tools have been used to scan the Artifacts in this group. |
_usersMeta | _QueryMeta | Users belonging to this group |
allInnerChildren | [Group] | A flattened list of children and current business unit (returns a maximum of 9 layers deep). |
assets | [Asset] | Assets belonging to the Group |
children | [Group] | Child groups of this group |
createdAt | DateTime | The instant this object has been created |
createdBy | User | The user who created this group |
ctx | EntityCtx | Context contains fields that are accesible to the permissions profile. This is an internal field related to user permissions. |
deletedAt | DateTime | Timestamp of when this group was deleted |
id | ID | An auto-generated string that identifies this root entity uniquely among others of the same type |
logicBomb | Boolean | This flag is to determine whether or not that BU should have logic bomb enabled |
name | String | Name of the group |
newStpPipeline | Boolean | This flag is to determine whether or not that BU should have new STP pipeline enabled |
organization | Organization | The organization this Group belongs to |
owner | User | The owner of this group. This user has permission to invite new users to the group, set permissions, and assign other Admins. |
parent | Group | Parent group of this group |
products | [Product] | Products belonging to the Group |
swtpOrgId | String | The base64 encoded ID of the Finit State Legacy platform organization. This is an internal field related to Finite State Binary Analysis pipeline. |
uniqueTestTypes | [TestingTool] | The collection of unique testing tools for this group (e.g. Finite State Binary Analysis, Snyk Scan, etc.). This is used to determine which tools have been used to scan the Artifacts in this group. |
updatedAt | DateTime | The instant this object has been updated the last time (not including relation updates) |
users | [User] | Users belonging to this group |
This page was generated: 2024-11-06