XDM_CONST.IDENTITY_TYPE

Cortex Data Model Schema Guide

Last date published
2024-04-14

The identity type of a user.

Original

Mapped

Description

MACHINE

XDM_CONST.IDENTITY_TYPE_MACHINE

The identity is a machine account.

USER

XDM_CONST.IDENTITY_TYPE_USER

The identity is a regular user identity.

BUILTIN

XDM_CONST.IDENTITY_TYPE_BUILTIN

The identity is a builtin system account and always present on the system.

VIRTUAL

XDM_CONST.IDENTITY_TYPE_VIRTUAL

The identity is a virtual identity.

UNKNOWN

XDM_CONST.IDENTITY_TYPE_UNKNOWN

The identity type is unknown.