Class LogStreamHttpSink
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record LogStreamHttpSink : IJsonOnDeserialized, IEquatable<LogStreamHttpSink>
- Inheritance
-
LogStreamHttpSink
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
HttpAuthorization
HTTP Authorization header
[JsonPropertyName("httpAuthorization")]
public string? HttpAuthorization { get; set; }
Property Value
HttpContentFormat
[JsonPropertyName("httpContentFormat")]
public LogStreamHttpContentFormatEnum? HttpContentFormat { get; set; }
Property Value
HttpContentType
HTTP Content-Type header
[JsonPropertyName("httpContentType")]
public string? HttpContentType { get; set; }
Property Value
HttpCustomHeaders
custom HTTP headers
[JsonPropertyName("httpCustomHeaders")]
public IEnumerable<HttpCustomHeader>? HttpCustomHeaders { get; set; }
Property Value
HttpEndpoint
HTTP endpoint
[JsonPropertyName("httpEndpoint")]
public required string HttpEndpoint { 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.