Class ThirdPartyClientAccessConfig
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for Third Party Client Access during the Self-Service Enterprise Configuration flow.
[Serializable]
public record ThirdPartyClientAccessConfig : IJsonOnDeserialized, IEquatable<ThirdPartyClientAccessConfig>
- Inheritance
-
ThirdPartyClientAccessConfig
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AllowConfiguration
Whether third-party applications can configure the connection as a domain-level connection during the Self-Service Enterprise Configuration flow.
[JsonPropertyName("allow_configuration")]
public required bool AllowConfiguration { 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.