Class LogStreamMixpanelSink
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record LogStreamMixpanelSink : IJsonOnDeserialized, IEquatable<LogStreamMixpanelSink>
- Inheritance
-
LogStreamMixpanelSink
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
MixpanelProjectId
Mixpanel Project Id
[JsonPropertyName("mixpanelProjectId")]
public required string MixpanelProjectId { get; set; }
Property Value
MixpanelRegion
[JsonPropertyName("mixpanelRegion")]
public required LogStreamMixpanelRegionEnum MixpanelRegion { get; set; }
Property Value
MixpanelServiceAccountPassword
Mixpanel Service Account Password
[JsonPropertyName("mixpanelServiceAccountPassword")]
public required string MixpanelServiceAccountPassword { get; set; }
Property Value
MixpanelServiceAccountUsername
Mixpanel Service Account Username
[JsonPropertyName("mixpanelServiceAccountUsername")]
public required string MixpanelServiceAccountUsername { 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.