UserDTO

Properties

Name Type Description Notes
id str The id of the component. [optional]
versioned_component_id str The ID of the corresponding component that is under version control [optional]
parent_group_id str 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 str The identity of the tenant. [optional]
configurable bool Whether this tenant is configurable. [optional]
user_groups list[TenantEntity] The groups to which the user belongs. This field is read only and it provided for convenience. [optional]
access_policies list[AccessPolicySummaryEntity] The access policies this user belongs to. [optional]

[Back to Model list] [Back to API list] [Back to README]