Table of Contents

Class UpdateConnectionProfileRequestContent

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

Properties

ConnectionConfig

[JsonPropertyName("connection_config")]
public ConnectionProfileConfig? ConnectionConfig { get; set; }

Property Value

ConnectionProfileConfig

ConnectionNamePrefixTemplate

[JsonPropertyName("connection_name_prefix_template")]
public string? ConnectionNamePrefixTemplate { get; set; }

Property Value

string

EnabledFeatures

[JsonPropertyName("enabled_features")]
public IEnumerable<EnabledFeaturesEnum>? EnabledFeatures { get; set; }

Property Value

IEnumerable<EnabledFeaturesEnum>

Name

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

Property Value

string

Organization

[JsonPropertyName("organization")]
public ConnectionProfileOrganization? Organization { get; set; }

Property Value

ConnectionProfileOrganization

StrategyOverrides

[JsonPropertyName("strategy_overrides")]
public ConnectionProfileStrategyOverrides? StrategyOverrides { get; set; }

Property Value

ConnectionProfileStrategyOverrides

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.