interface Group {
    groupId: string;
    roles: string[];
}

Properties

Properties

groupId: string

Unique identifier for the group

roles: string[]

List of group roles