Interface IUserSessionPropUser

User part of IUserSessionProp.

interface IUserSessionPropUser {
    displayName: string;
    groups: string[];
    id: string;
    permissions: string[];
    roles: string[];
}

Properties

displayName: string

The display name.

groups: string[]

The list of groups.

id: string

The ID of the user.

permissions: string[]

The list of permissions.

roles: string[]

The list of roles.

Generated using TypeDoc