Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 754 Bytes

UserGroupDTO.md

File metadata and controls

15 lines (10 loc) · 754 Bytes

UserGroupDTO

Properties

Name Type Description Notes
id String The id of the component. [optional]
parentGroupId String The id of parent process group of this component if applicable. [optional]
position PositionDTO The position of this component in the UI if applicable. [optional]
identity String The identity of the tenant. [optional]
users List<TenantEntity> The users that belong to the user group. [optional]
accessPolicies List<AccessPolicyEntity> The access policies this user group belongs to. [optional]