$AboutUser:{ properties: { globalAccessLevel: { type: "Enum"; }; sessionActive: { description: "Indicates whether a session is active for this request. Available since 2.24."; type: "boolean"; }; sessionCreateTime: { description: "The timestamp of when the session was created. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; sessionCurrentTime: { description: "The current server timestamp. This is provided as a reference point for the other timestamps provided. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; sessionHardExpiryTime: { description: "The hard expiry time for the session. After this time the session will be invalid, regardless of activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; sessionId: { description: "An identifier for the session to differentiate this session from other sessions for the same user. This value is not guaranteed to be unique between active sessions for different users. This attribute may not be returned in a GET. Available since 2.21."; type: "string"; }; sessionIdleExpiryTime: { description: "The session idle expiry time. After this time the session will be invalid if there has been no activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; username: { description: "The username of the User. Available since 2.21."; type: "string"; }; }; } = ...
Type declaration
properties: { globalAccessLevel: { type: "Enum"; }; sessionActive: { description: "Indicates whether a session is active for this request. Available since 2.24."; type: "boolean"; }; sessionCreateTime: { description: "The timestamp of when the session was created. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; sessionCurrentTime: { description: "The current server timestamp. This is provided as a reference point for the other timestamps provided. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; sessionHardExpiryTime: { description: "The hard expiry time for the session. After this time the session will be invalid, regardless of activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; sessionId: { description: "An identifier for the session to differentiate this session from other sessions for the same user. This value is not guaranteed to be unique between active sessions for different users. This attribute may not be returned in a GET. Available since 2.21."; type: "string"; }; sessionIdleExpiryTime: { description: "The session idle expiry time. After this time the session will be invalid if there has been no activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }; username: { description: "The username of the User. Available since 2.21."; type: "string"; }; }
globalAccessLevel: { type: "Enum"; }
type: "Enum"
sessionActive: { description: "Indicates whether a session is active for this request. Available since 2.24."; type: "boolean"; }
description: "Indicates whether a session is active for this request. Available since 2.24."
type: "boolean"
sessionCreateTime: { description: "The timestamp of when the session was created. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }
description: "The timestamp of when the session was created. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."
format: "int32"
type: "number"
sessionCurrentTime: { description: "The current server timestamp. This is provided as a reference point for the other timestamps provided. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }
description: "The current server timestamp. This is provided as a reference point for the other timestamps provided. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."
format: "int32"
type: "number"
sessionHardExpiryTime: { description: "The hard expiry time for the session. After this time the session will be invalid, regardless of activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }
description: "The hard expiry time for the session. After this time the session will be invalid, regardless of activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."
format: "int32"
type: "number"
sessionId: { description: "An identifier for the session to differentiate this session from other sessions for the same user. This value is not guaranteed to be unique between active sessions for different users. This attribute may not be returned in a GET. Available since 2.21."; type: "string"; }
description: "An identifier for the session to differentiate this session from other sessions for the same user. This value is not guaranteed to be unique between active sessions for different users. This attribute may not be returned in a GET. Available since 2.21."
type: "string"
sessionIdleExpiryTime: { description: "The session idle expiry time. After this time the session will be invalid if there has been no activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."; format: "int32"; type: "number"; }
description: "The session idle expiry time. After this time the session will be invalid if there has been no activity. This attribute may not be returned in a GET. This value represents the number of seconds since 1970-01-01 00:00:00 UTC (Unix time). Available since 2.21."
format: "int32"
type: "number"
username: { description: "The username of the User. Available since 2.21."; type: "string"; }
description: "The username of the User. Available since 2.21."