Interface IUserGroup

Description of IUserGroup interface

interface IUserGroup {
    applications?: IApplication[];
    customProperties?: ICustomProperties;
    description?: string;
    devicePermissions?: IDevicePermissions;
    id?: number;
    name?: string;
    roles?: IRoleReferences;
    self: string;
    users?: IUserReferences;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Other custom keys

Properties

applications?: IApplication[]

List of applications

customProperties?: ICustomProperties

List of custom properties

description?: string

Description of the Group

devicePermissions?: IDevicePermissions

List of device permissions

id?: number

Uniquely identifies a User Group

name?: string

Descriptive Name of the Group

Object contains all role references assigned to group

self: string

Link to this Resource

Object contains all user assigned to group