Interface IUserInventoryRole

Description of IUserInventoryRole interface

interface IUserInventoryRole {
    id?: number;
    managedObject: string;
    roles: IIdentified[];
    self?: string;
}

Properties

id?: number

UUniquely identifies a user inventory role

managedObject: string
roles: IIdentified[]

List of role references

self?: string

Link to this Resource