Table of Contents

Class SelfServiceProfileSsoTicketConnectionOptions

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The connection's options (depend on the connection strategy)

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DomainAliases

List of domain_aliases that can be authenticated in the Identity Provider

[JsonPropertyName("domain_aliases")]
public Optional<IEnumerable<string>?> DomainAliases { get; set; }

Property Value

Optional<IEnumerable<string>>

IconUrl

URL for the icon. Must use HTTPS.

[JsonPropertyName("icon_url")]
public Optional<string?> IconUrl { get; set; }

Property Value

Optional<string>

Idpinitiated

[JsonPropertyName("idpinitiated")]
public Optional<SelfServiceProfileSsoTicketIdpInitiatedOptions?> Idpinitiated { get; set; }

Property Value

Optional<SelfServiceProfileSsoTicketIdpInitiatedOptions>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.