Skip to main content
Version: 8.9 (unreleased)

Type Alias: CamundaUserResult

type CamundaUserResult = object;

Defined in: gen/types.gen.ts:488

Properties

authorizedComponents?

optional authorizedComponents: string[];

Defined in: gen/types.gen.ts:504

The web components the user is authorized to use.


c8Links: object;

Defined in: gen/types.gen.ts:524

The links to the components in the C8 stack.

Index Signature

[key: string]: string

canLogout

canLogout: boolean;

Defined in: gen/types.gen.ts:530

Flag for understanding if the user is able to perform logout.


displayName?

optional displayName: string | null;

Defined in: gen/types.gen.ts:496

The display name of the user.


email?

optional email: string | null;

Defined in: gen/types.gen.ts:500

The email of the user.


groups

groups: string[];

Defined in: gen/types.gen.ts:512

The groups assigned to the user.


roles

roles: string[];

Defined in: gen/types.gen.ts:516

The roles assigned to the user.


salesPlanType

salesPlanType: string;

Defined in: gen/types.gen.ts:520

The plan of the user.


tenants

tenants: TenantResult[];

Defined in: gen/types.gen.ts:508

The tenants the user is a member of.


username?

optional username: Username | null;

Defined in: gen/types.gen.ts:492

The username of the user.