Table of Contents

Class ConnectionOptionsExact

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Options for the 'exact' connection

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

BaseUrl

[JsonPropertyName("baseUrl")]
public string? BaseUrl { get; set; }

Property Value

string

ClientId

[JsonPropertyName("client_id")]
public string? ClientId { get; set; }

Property Value

string

ClientSecret

[JsonPropertyName("client_secret")]
public string? ClientSecret { get; set; }

Property Value

string

NonPersistentAttrs

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

Property Value

IEnumerable<string>

Profile

Enables retrieval of basic profile attributes from Exact Online including name, username, picture, email, gender, and language.

[JsonPropertyName("profile")]
public bool? Profile { get; set; }

Property Value

bool?

SetUserRootAttributes

[JsonPropertyName("set_user_root_attributes")]
public ConnectionSetUserRootAttributesEnum? SetUserRootAttributes { get; set; }

Property Value

ConnectionSetUserRootAttributesEnum?

UpstreamParams

[JsonPropertyName("upstream_params")]
public Optional<Dictionary<string, ConnectionUpstreamAdditionalProperties?>?> UpstreamParams { get; set; }

Property Value

Optional<Dictionary<string, ConnectionUpstreamAdditionalProperties>>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.