Table of Contents

Class B2BIntegrationConfiguration

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration for B2B Integration clients.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

IntegrationType

[JsonPropertyName("integration_type")]
public B2BIntegrationConfigurationIntegrationTypeEnum? IntegrationType { get; set; }

Property Value

B2BIntegrationConfigurationIntegrationTypeEnum?

SsoProfiles

List of SSO profile IDs linked to this B2B integration client. Maximum 1 entry.

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

Property Value

IEnumerable<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.