Interface ResponsibilityLiteral

User of LUY in the context of a responsibility Attribute.

interface ResponsibilityLiteral {
    color: string;
    fullIdentity: string;
    login: string;
    value: string;
}

Properties

color: string
fullIdentity: string

Full identity of the user This will have the format "{{Firs Name}} {{Last Name}} ({{login}})" For user groups the name of the user group is returned

login: string
value: string

The name of the user group or the full identity info of the user