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

    Interface ITenantPolicy

    Description of ITenantPolicies interface

    interface ITenantPolicy {
        additionParents: IManagedObjectReferences;
        assetParents: IManagedObjectReferences;
        childAdditions: IManagedObjectReferences;
        childAssets: IManagedObjectReferences;
        childDevices: IManagedObjectReferences;
        creationTime: string;
        description: string;
        deviceParents: IManagedObjectReferences;
        id: string;
        lastUpdated: string;
        name: string;
        options: any[];
        owner: string;
        retentions: any[];
        self: string;
        type: "c8y_TenantPolicy";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Custom fragments

    Index

    Properties

    additionParents: IManagedObjectReferences

    A collection of references to additional parents objects

    A collection of references to device parent objects

    childAdditions: IManagedObjectReferences

    A collection of references to child addition objects

    A collection of references to child assets

    A collection of references to child devices

    creationTime: string

    Time when ManagedObject was created in the database

    description: string

    A collection of references to device parent objects

    id: string

    Unique identifier of the object, automatically allocated when the object is created

    lastUpdated: string

    The time when the object was last updated

    name: string
    options: any[]
    owner: string

    The owner of the managed object

    retentions: any[]
    self: string

    Link to this resource

    type: "c8y_TenantPolicy"