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

    Interface LogStreamEventGridResponseSchema

    interface LogStreamEventGridResponseSchema {
        id?: string;
        name?: string;
        status?: Management.LogStreamStatusEnum;
        type?: "eventgrid";
        isPriority?: boolean;
        filters?: LogStreamFilter[];
        pii_config?: LogStreamPiiConfig;
        sink?: LogStreamEventGridSink;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string

    The id of the log stream

    name?: string

    log stream name

    type?: "eventgrid"
    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