AuthAuditContext | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias AuthAuditContext

    type AuthAuditContext = {
        actionBy?: number | null;
        actionByLogin?: string;
        browserTriplet?: string;
        clientIp?: string;
        country?: string;
        impersonatedBy?: number | null;
        impersonatedByLogin?: string;
    }
    Index

    Properties

    actionBy?: number | null

    User performing this action. Depending on the event type this will be the user triggering an action, and may not be the affected account (eg locking another user)

    actionByLogin?: string

    Login name of the user performing this action. If not set it will be looked up

    browserTriplet?: string

    User agent type: platform-browsername-version eg ios-safari-11

    clientIp?: string

    Remote IP address

    country?: string

    Country. If not set it will be looked up

    impersonatedBy?: number | null

    User impersonating this account (either the actionBy or the account)

    impersonatedByLogin?: string

    Login name of the user impersonating this account. If not set it will be looked up