Table of Contents

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

ReadOnlyAdditionalProperties

HttpAuthorization

HTTP Authorization header

[JsonPropertyName("httpAuthorization")]
public string? HttpAuthorization { get; set; }

Property Value

string

HttpContentFormat

[JsonPropertyName("httpContentFormat")]
public LogStreamHttpContentFormatEnum? HttpContentFormat { get; set; }

Property Value

LogStreamHttpContentFormatEnum?

HttpContentType

HTTP Content-Type header

[JsonPropertyName("httpContentType")]
public string? HttpContentType { get; set; }

Property Value

string

HttpCustomHeaders

custom HTTP headers

[JsonPropertyName("httpCustomHeaders")]
public IEnumerable<HttpCustomHeader>? HttpCustomHeaders { get; set; }

Property Value

IEnumerable<HttpCustomHeader>

HttpEndpoint

HTTP endpoint

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