Table of Contents

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

ReadOnlyAdditionalProperties

MixpanelProjectId

Mixpanel Project Id

[JsonPropertyName("mixpanelProjectId")]
public required string MixpanelProjectId { get; set; }

Property Value

string

MixpanelRegion

[JsonPropertyName("mixpanelRegion")]
public required LogStreamMixpanelRegionEnum MixpanelRegion { get; set; }

Property Value

LogStreamMixpanelRegionEnum

MixpanelServiceAccountPassword

Mixpanel Service Account Password

[JsonPropertyName("mixpanelServiceAccountPassword")]
public required string MixpanelServiceAccountPassword { get; set; }

Property Value

string

MixpanelServiceAccountUsername

Mixpanel Service Account Username

[JsonPropertyName("mixpanelServiceAccountUsername")]
public required string MixpanelServiceAccountUsername { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.