Home > @i2analyze/i2connect > connectors > ICookieUserInformation
connectors.ICookieUserInformation interface
The user information that is stored in the request cookie.
Signature:
interface ICookieUserInformation
Introduced: API version 2.4
Properties
| Property | Type | Description |
|---|---|---|
| i2AnalyzeUserCacPermissions | readonly string[] | Gets the Command Access Control (CAC) permissions for the user. |
| i2AnalyzeUserGroups | Readonly<Record<string, string>> | Gets the user groups with their roles. Keys are group IDs and values are role names. |
| i2AnalyzeUserId | string | Gets the i2AnalyzeUserId. |
| sub | string | Gets the sub. |