Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.01 KB

UserDTO.md

File metadata and controls

17 lines (12 loc) · 1.01 KB

UserDTO

Properties

Name Type Description Notes
id String The id of the component. [optional]
versionedComponentId String The ID of the corresponding component that is under version control [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]
configurable Boolean Whether this tenant is configurable. [optional]
userGroups List<TenantEntity> The groups to which the user belongs. This field is read only and it provided for convenience. [optional]
accessPolicies List<AccessPolicySummaryEntity> The access policies this user belongs to. [optional]