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
SplunkDomain
Splunk URL Endpoint
[JsonPropertyName("splunkDomain")]
public required string SplunkDomain { get; set; }
Property Value
SplunkPort
Port
[JsonPropertyName("splunkPort")]
public required string SplunkPort { get; set; }
Property Value
SplunkSecure
Verify TLS certificate
[JsonPropertyName("splunkSecure")]
public required bool SplunkSecure { get; set; }
Property Value
SplunkToken
Splunk token
[JsonPropertyName("splunkToken")]
public required string SplunkToken { 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.