Skip to content

Commit

Permalink
Update LogStreamType to include all types (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Apr 24, 2024
1 parent 982b348 commit 510452f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/Auth0.ManagementApi/Models/LogStreamType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ public enum LogStreamType
Http,

[EnumMember(Value = "eventbridge")]
EventBridge
EventBridge,

[EnumMember(Value = "eventgrid")]
EventGrid,

[EnumMember(Value = "datadog")]
Datadog,

[EnumMember(Value = "splunk")]
Splunk,

[EnumMember(Value = "sumo")]
Sumo,

[EnumMember(Value = "segment")]
Segment,

[EnumMember(Value = "mixpanel")]
MixPanel
}
}

0 comments on commit 510452f

Please sign in to comment.