Table of Contents

Class LogStreamDatadogResponseSchema

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record LogStreamDatadogResponseSchema : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<LogStreamDatadogResponseSchema>
Inheritance
LogStreamDatadogResponseSchema
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Filters

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

[JsonPropertyName("filters")]
public IEnumerable<LogStreamFilter>? Filters { get; set; }

Property Value

IEnumerable<LogStreamFilter>

Id

The id of the log stream

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

IsPriority

True for priority log streams, false for non-priority

[JsonPropertyName("isPriority")]
public bool? IsPriority { get; set; }

Property Value

bool?

Name

log stream name

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

PiiConfig

[JsonPropertyName("pii_config")]
public LogStreamPiiConfig? PiiConfig { get; set; }

Property Value

LogStreamPiiConfig

Sink

[JsonPropertyName("sink")]
public LogStreamDatadogSink? Sink { get; set; }

Property Value

LogStreamDatadogSink

Status

[JsonPropertyName("status")]
public LogStreamStatusEnum? Status { get; set; }

Property Value

LogStreamStatusEnum?

Type

[JsonPropertyName("type")]
public LogStreamDatadogEnum? Type { get; set; }

Property Value

LogStreamDatadogEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.