Table of Contents

Class ConnectionProfileStrategyOverride

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Connection Profile Strategy Override

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ConnectionConfig

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

Property Value

ConnectionProfileStrategyOverridesConnectionConfig

EnabledFeatures

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

Property Value

IEnumerable<EnabledFeaturesEnum>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.