BusinessUserSessionApiDTO
Description
Session information for a connection established by BusinessUser to an entity (VM or other)
Optional Parameters
- uuid
-
-
type: string
-
- displayName
-
-
type: string
-
description: A user readable name of the api object. Cannot be blank. The UTF-8 encoding must be at most 255 bytes.
-
- className
-
-
type: string
-
- businessUserUuid
-
-
type: string
-
description: UUID of the connected BusinessUser
-
- connectedEntityUuid
-
-
type: string
-
description: UUID of the entity that user has a connection to
-
- duration
-
-
type: integer
-
format: int64
-
description: Time elapsed since the session start in seconds- sessions are always timed
-