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
IntegrationType
[JsonPropertyName("integration_type")]
public B2BIntegrationConfigurationIntegrationTypeEnum? IntegrationType { get; set; }
Property Value
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.