Table of Contents

Class EventStreamCloudEventConnectionUpdatedObject4

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record EventStreamCloudEventConnectionUpdatedObject4 : IJsonOnDeserialized, IEquatable<EventStreamCloudEventConnectionUpdatedObject4>
Inheritance
EventStreamCloudEventConnectionUpdatedObject4
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Authentication

[JsonPropertyName("authentication")]
public EventStreamCloudEventConnectionUpdatedObject4Authentication? Authentication { get; set; }

Property Value

EventStreamCloudEventConnectionUpdatedObject4Authentication

ConnectedAccounts

[JsonPropertyName("connected_accounts")]
public EventStreamCloudEventConnectionUpdatedObject4ConnectedAccounts? ConnectedAccounts { get; set; }

Property Value

EventStreamCloudEventConnectionUpdatedObject4ConnectedAccounts

DisplayName

Connection name used in the new universal login experience

[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }

Property Value

string

EnabledClients

Use of this property is NOT RECOMMENDED. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.

[JsonPropertyName("enabled_clients")]
public IEnumerable<string>? EnabledClients { get; set; }

Property Value

IEnumerable<string>

Id

The connection's identifier

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

Property Value

string

IsDomainConnection

true promotes to a domain-level connection so that third-party applications can use it. false does not promote the connection, so only first-party applications with the connection enabled can use it. (Defaults to false.)

[JsonPropertyName("is_domain_connection")]
public bool? IsDomainConnection { get; set; }

Property Value

bool?

Metadata

[JsonPropertyName("metadata")]
public EventStreamCloudEventConnectionUpdatedObject4Metadata? Metadata { get; set; }

Property Value

EventStreamCloudEventConnectionUpdatedObject4Metadata

Name

The name of the connection. Must start and end with an alphanumeric character and can only contain alphanumeric characters and '-'. Max length 128

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

Property Value

string

Options

[JsonPropertyName("options")]
public EventStreamCloudEventConnectionUpdatedObject4Options? Options { get; set; }

Property Value

EventStreamCloudEventConnectionUpdatedObject4Options

Realms

Defines the realms for which the connection will be used (ie: email domains). If the array is empty or the property is not specified, the connection name will be added as realm.

[JsonPropertyName("realms")]
public IEnumerable<string>? Realms { get; set; }

Property Value

IEnumerable<string>

ShowAsButton

Enables showing a button for the connection in the login page (new experience only). If false, it will be usable only by HRD. Defaults to false.

[JsonPropertyName("show_as_button")]
public bool? ShowAsButton { get; set; }

Property Value

bool?

Strategy

[JsonPropertyName("strategy")]
public required EventStreamCloudEventConnectionUpdatedObject4StrategyEnum Strategy { get; set; }

Property Value

EventStreamCloudEventConnectionUpdatedObject4StrategyEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.