/mcpKeys and NULL Option Data Type Description Name NULL DBDATETIME The time when the password was changed last. If it is a new password, the time when it was created. PasswordLastChangedTime PK NOT NULL DBINT A unique identifier. PersonID NOT NULL DBSMALLINT A flag that indicates if the agent is enabled for Cisco IdS SSO login when the system is configured in hybrid SSO mode. • 0 = Disabled • 1 = Enabled SSOEnabled NULL CHAR(1) The verification status of the person's login: • N = Not Verified (the default) • V = Verified • S = Synchronized (loaded from an external source) VerificationStatus NOT NULL DBCHAR Indicates if the person is configured in ECE or not. Stored as Y or N. Default = N. ECEPerson* NULL VARCHAR(255) Password encrypted using SHA-256 algorithm Enc2Password NULL VNAME32 Screen name of the person configured in ECE. ScreenName* NULL VARCHAR(254) Email address of the person configured in ECE. EmailAddress* NULL VARCHAR(128) List of languages associated with the person configured in ECE separated by comma. Languages* NULL DBINT Reserved for future use. FutureUseInt1 NULL DBINT Reserved for future use. FutureUseInt2 NULL DBINT Reserved for future use. FutureUseInt3 NULL DBINT Reserved for future use. FutureUseInt4 NULL DBINT Reserved for future use. FutureUseInt5 NULL VARCHAR(64) Reserved for future use. FutureUseVarchar1 NULL VARCHAR(255) Reserved for future use. FutureUseVarchar2