Inventory Object: ClientAccessedAccessEvidence

IT Asset Management (Cloud)

ClientAccessedAccessEvidence objects are uploaded to the ImportedClientAccessedAccessEvidence table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

The ImportedClientAccessedAccessEvidence table holds a record of the installer evidence that has been installed on a computer from the source connections.

Attributes are listed here in alphabetical order.

Property Attributes Notes
ClientAccessSource Alpha-numeric text (maximum 100 characters). Default: 'Unknown'. Mandatory. Database key.

Referencing to the client access source type.

ExternalAccess EvidenceID Unsigned integer (bigint). Mandatory. Database key.

Access evidence id .Foreign key to the ImportedClientAccessEvidence table.

ExternalAccessing DeviceID Unsigned integer (bigint). Mandatory. Database key.

Accessing computer id .Foreign key to the ImportedAccessingDevice table

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ExternalAccessing UserID Unsigned integer (bigint). Mandatory. Database key.

Accessing userid. Foreign key to the ImportedAccessingUser table

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ExternalServer ComputerID Unsigned integer (bigint). Mandatory. Database key.

Server computer id .Foreign key to the ImportedComputer table.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
ImportedClient AccessedAccess EvidenceID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the installer evidence.

IT Asset Management (Cloud)

Current