Home > @i2analyze/i2connect > services > IRequestInformation
services.IRequestInformation interface
A set of information from an incoming HTTP request.
Signature:
interface IRequestInformation
Introduced: API version 1.2
Properties
Property | Type | Description |
---|---|---|
user | { readonly principal: string; readonly displayName: string; readonly securityPermissions: readonly ISecurityPermission[]; readonly groups: readonly string[]; readonly commandAccessPermissions: readonly string[]; } | Gets information about the user who made the request. |
Methods
Method | Description |
---|---|
header(name) | Gets the value of a header in the request. |