Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface UpdateLogStreamRequestContent

    {}
    
    interface UpdateLogStreamRequestContent {
        name?: string;
        status?: Management.LogStreamStatusEnum;
        isPriority?: boolean;
        filters?: LogStreamFilter[];
        pii_config?: LogStreamPiiConfig;
        sink?: LogStreamSinkPatch;
    }
    Index

    Properties

    name?: string

    log stream name

    isPriority?: boolean

    True for priority log streams, false for non-priority

    filters?: LogStreamFilter[]

    Only logs events matching these filters will be delivered by the stream. If omitted or empty, all events will be delivered.

    pii_config?: LogStreamPiiConfig