Interface UserGroupMap

interface UserGroupMap {
    groupId: string;
    roles: string[];
    sub: string;
}

Properties

Properties

groupId: string

Id of user group

roles: string[]

List of user roles inside the user group

sub: string

Subject identifier