Details of external ID which will be looked up by data preparation to get the C8Y id.

interface ExternalId {
    externalId: string;
    type: string;
}

Properties

Properties

externalId: string

External id to be looked up and/or created to get C8Y "id"

type: string

External id type e.g. "c8y_Serial"