Table of Contents

Class EventStreamCloudEventContextConnection

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The Auth0 Connection used for the authentication transaction that generated the event.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Id

The ID of the connection.

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Name

The name of the connection.

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

Strategy

The auth strategy implemented by the connection.

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