Table of Contents

Class UpdateConnectionRequestContentDaccount

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Update a connection with strategy=daccount

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DisplayName

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

Property Value

string

EnabledClients

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

Property Value

IEnumerable<string>

IsDomainConnection

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

Property Value

bool?

Metadata

[JsonPropertyName("metadata")]
public Dictionary<string, string?>? Metadata { get; set; }

Property Value

Dictionary<string, string>

Options

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

Property Value

ConnectionOptionsDaccount

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.