Type Alias: CamundaUserResult
type CamundaUserResult = object;
Properties
authorizedComponents
authorizedComponents: string[];
The web components the user is authorized to use.
c8Links
c8Links: object;
The links to the components in the C8 stack.
Index Signature
[key: string]: string
canLogout
canLogout: boolean;
Flag for understanding if the user is able to perform logout.
displayName
displayName: string | null;
The display name of the user.
email
email: string | null;
The email of the user.
groups
groups: string[];
The groups assigned to the user.
roles
roles: string[];
The roles assigned to the user.
salesPlanType
salesPlanType: string | null;
The plan of the user.
tenants
tenants: TenantResult[];
The tenants the user is a member of.
username
username: Username;
The username of the user.