Class EventStreamCloudEventContext
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Information about the context in which the event was produced. This may include things like HTTP request details, client information, connection information, etc.
Note: This field may not be present on all events, depending on the event type and the context in which it was generated.
[Serializable]
public record EventStreamCloudEventContext : IJsonOnDeserialized, IEquatable<EventStreamCloudEventContext>
- Inheritance
-
EventStreamCloudEventContext
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Client
[JsonPropertyName("client")]
public EventStreamCloudEventContextClient? Client { get; set; }
Property Value
Connection
[JsonPropertyName("connection")]
public EventStreamCloudEventContextConnection? Connection { get; set; }
Property Value
Request
[JsonPropertyName("request")]
public EventStreamCloudEventContextRequest? Request { get; set; }
Property Value
Tenant
[JsonPropertyName("tenant")]
public required EventStreamCloudEventContextTenant Tenant { 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.