UserLoginInfo
User Login Info
Information about user login sessions.
The user metadata fields below are intentionally inlined rather than inherited
via allOf: UserEntity. This keeps UserEntity a leaf type in the
BaseRelatedInfoEntity discriminator hierarchy so that nested UserEntity objects
(e.g. ProcessEntity.process_user_info) deserialize correctly. Do not revert to
allOf: UserEntity without making UserEntity a non-discriminated type first.
AllOf
JSON Example
{
"id": "string",
"name": "string",
"info_type": "string",
"domain_name": "string",
"site_id": "string",
"ad_group_count": 0,
"total_sessions": 0,
"logged_in_vms": 0,
"last_log_in": "string",
"last_log_out": "string",
"flow_count": 0
}