Inventory Object: InstanceUser

FlexNet Manager Suite 2022 R2 (On-Premises)

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

The ImportedInstanceUser table holds all of the end-users of an instance which have been retrieved from the source connections.

Attributes are listed here in alphabetical order.

Property Attributes Notes
AccountStatus Alpha-numeric text (maximum 256 characters). May be null.

The current status of the end-user account.

ApplicationID Alpha-numeric text (maximum 400 characters). Mandatory. Database key.

The Oracle EBS application ID the user has access to.

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.
ComputerID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the computer.

CreationDate Date/time field. May be null.

The date and time when the end-user was created.

DefaultTablespace Alpha-numeric text (maximum 256 characters). May be null.

The default tablespace for an Oracle end-user.

ExternalID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the instance end-user.

InstanceID Unsigned integer (bigint). Mandatory. Database key.

The identifier used in the source connection for the instance.

LastLogonDate Date/time field. May be null.

The date and time when the end-user last logged on to the computer.

TempTablespace Alpha-numeric text (maximum 256 characters). May be null.

The temporary tablespace for an Oracle end-user.

FlexNet Manager Suite (On-Premises)

2022 R2