Back to Node Auth0

Interface UpdateLogStreamRequestContent

docs/interfaces/management.Management.UpdateLogStreamRequestContent.html

5.9.11.9 KB
Original Source

Interface UpdateLogStreamRequestContent

Example

{}Copy

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

Index

Properties

name?status?isPriority?filters?pii_config?sink?

Properties

Optionalname

name?: string

log stream name

Optionalstatus

status?: Management.LogStreamStatusEnum

OptionalisPriority

isPriority?: boolean

True for priority log streams, false for non-priority

Optionalfilters

filters?: LogStreamFilter[]

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

Optionalpii_config

pii_config?: LogStreamPiiConfig

Optionalsink

sink?: LogStreamSinkPatch

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namestatusisPriorityfilterspii_configsink