A.8 Account Information Schema

Table A-9 JSONObject Fields

Field

Description

ACCT_ID_VALUE

String - Account Identifier in application. This value is generally the application Primary Key value in the IDM Reporting database.

Once a Primary key attribute is used for the account, the application service must use that value for the ACCT_ID_VALUE in the /profiles API results.

ACCT_ID_TYPE

String - Type of Account (ie. USER, EMAIL, etc.)

Managed

Boolean – Indicates if the account is within a connected system being managed by NetIQ Identity Manager.

A non-managed system should return false.

APP_NAME

String – Name to be used to identify the application (See "Name" in the Managed System Information Schema)

Synchronized

Boolean – Indicates if the account is being synchronized using NetIQ Identity Manager.

A non-managed system should return false

ACCT_STATUS

Enum – Status of the account in the application:

  • "A" – Active

  • "I" – Inactive

  • "U" – Undefined

MS_ACCT_GLOBAL_IDENTIFIER

String – This field should ONLY be used if a single GUID is used to identify multiple accounts in the application. If it IS used, this value will be used as the Primary Key in the Reporting database.

Once a Primary key attribute is used for the account, the application service must use that value for the ACCT_ID_VALUE in the /profiles API results.

IDV_ASSOCIATION

String – Identity Vault Association value for the account in the connected system.

NOTE:This field exists for use by NetIQ Identity Manager. It should be omitted from Results from non-managed application systems.

IDV_ACCT_STATUS

Enum – Status of the account in the application:

  • "A" – Active

  • "I" – Inactive

  • "U" – Undefined

NOTE:This field exists for use by NetIQ Identity Manager. It should be omitted from Results from non-managed application systems.

IDV_ACCT_DN

String – Identity Vault distinguished name for the associated account.

NOTE:This field exists for use by NetIQ Identity Manager. It should be omitted from Results from non-managed application systems.