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

    Interface IExternalIdentity

    This interface holds all fragments that can be used to define an identity object.

    interface IExternalIdentity {
        externalId: string;
        managedObject?: IIdentified;
        self?: string;
        type: string;
    }
    Index

    Properties

    externalId: string

    The identifier used in the external system that Cumulocity interfaces with

    managedObject?: IIdentified

    The ManagedObject linked to the external ID

    self?: string

    Link to this resource

    type: string

    The type of the external identifier as string, e.g., "com_cumulocity_model_idtype_SerialNumber"