MonoCloud Management SDK
    Preparing search index...

    Log Client Response: Representing the client application associated with the log event.

    LogClient

    interface LogClient {
        id?: string | null;
        name?: string | null;
    }
    Index

    Properties

    Properties

    id?: string | null

    The unique identifier of the client application associated with the event.

    LogClient

    name?: string | null

    The display name of the client application.

    LogClient