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

    Interface LogStreamDatadogResponseSchema

    interface LogStreamDatadogResponseSchema {
        id?: string;
        name?: string;
        status?: Management.LogStreamStatusEnum;
        type?: "datadog";
        isPriority?: boolean;
        filters?: LogStreamFilter[];
        pii_config?: LogStreamPiiConfig;
        sink?: LogStreamDatadogSink;
        [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?: "datadog"
    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