Table of Contents

Class EventStreamCloudEventContextRequest

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

An HTTP request.

[Serializable]
public record EventStreamCloudEventContextRequest : IJsonOnDeserialized, IEquatable<EventStreamCloudEventContextRequest>
Inheritance
EventStreamCloudEventContextRequest
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

CustomDomain

The custom domain used in the request (if any).

[JsonPropertyName("custom_domain")]
public string? CustomDomain { get; set; }

Property Value

string

Geo

[JsonPropertyName("geo")]
public required EventStreamCloudEventContextRequestGeo Geo { get; set; }

Property Value

EventStreamCloudEventContextRequestGeo

Hostname

The hostname the request is for.

[JsonPropertyName("hostname")]
public required string Hostname { get; set; }

Property Value

string

Ip

The originating IP address of the request.

[JsonPropertyName("ip")]
public required string Ip { get; set; }

Property Value

string

Method

The HTTP method used for the request.

[JsonPropertyName("method")]
public required string Method { get; set; }

Property Value

string

UserAgent

The value of the User-Agent header.

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