mms_security_access Table

Information about security and user access.

Column Column type Description
id integer The identifier of the data row.
deviceId varchar(255) The identifier of the physical device used during the authentication request.
userName varchar(255) The name of the user requesting authentication.
packageName varchar(255) The package name of the authentication request.
domain varchar(255) The domain to which the package belongs.
securityConfiguration varchar(255) The name of the security configuration performing the authentication.
access_time timestamp The time the request for access was made.
outcome bit The outcome of the authentication request: 1 means authentication passed; 0 means authentication failed.
reason longvarchar Reason for authentication failure.
applicationId varchar(100) The identifier for the application information.