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
CustomDomain
The custom domain used in the request (if any).
[JsonPropertyName("custom_domain")]
public string? CustomDomain { get; set; }
Property Value
Geo
[JsonPropertyName("geo")]
public required EventStreamCloudEventContextRequestGeo Geo { get; set; }
Property Value
Hostname
The hostname the request is for.
[JsonPropertyName("hostname")]
public required string Hostname { get; set; }
Property Value
Ip
The originating IP address of the request.
[JsonPropertyName("ip")]
public required string Ip { get; set; }
Property Value
Method
The HTTP method used for the request.
[JsonPropertyName("method")]
public required string Method { get; set; }
Property Value
UserAgent
The value of the User-Agent header.
[JsonPropertyName("user_agent")]
public required string UserAgent { 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.