Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IUserInventoryRole

    Description of IUserInventoryRole interface

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

    Properties

    id?: number

    UUniquely identifies a user inventory role

    managedObject: string
    roles: IIdentified[]

    List of role references

    self?: string

    Link to this Resource