Table of Contents

Class LogStreamSplunkSink

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record LogStreamSplunkSink : IJsonOnDeserialized, IEquatable<LogStreamSplunkSink>
Inheritance
LogStreamSplunkSink
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

SplunkDomain

Splunk URL Endpoint

[JsonPropertyName("splunkDomain")]
public required string SplunkDomain { get; set; }

Property Value

string

SplunkPort

Port

[JsonPropertyName("splunkPort")]
public required string SplunkPort { get; set; }

Property Value

string

SplunkSecure

Verify TLS certificate

[JsonPropertyName("splunkSecure")]
public required bool SplunkSecure { get; set; }

Property Value

bool

SplunkToken

Splunk token

[JsonPropertyName("splunkToken")]
public required string SplunkToken { 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.