Class LogStreamHttpResponseSchema
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record LogStreamHttpResponseSchema : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<LogStreamHttpResponseSchema>
- Inheritance
-
LogStreamHttpResponseSchema
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
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
Id
The id of the log stream
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
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
PiiConfig
[JsonPropertyName("pii_config")]
public LogStreamPiiConfig? PiiConfig { get; set; }
Property Value
Sink
[JsonPropertyName("sink")]
public LogStreamHttpSink? Sink { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public LogStreamStatusEnum? Status { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public LogStreamHttpEnum? Type { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.