Class LogStream
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Information about a log stream
public class LogStream : LogStreamBase
- Inheritance
-
LogStream
- Inherited Members
Properties
Id
The identifier of the log stream
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Status
The status of the log stream
[JsonProperty("status")]
[JsonConverter(typeof(StringEnumConverter))]
public LogStreamStatus Status { get; set; }