Class ClientMyOrganizationThirdPartyClientAccessConfiguration
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The third-party client access configuration for the My Organization Configuration.
[Serializable]
public record ClientMyOrganizationThirdPartyClientAccessConfiguration : IJsonOnDeserialized, IEquatable<ClientMyOrganizationThirdPartyClientAccessConfiguration>
- Inheritance
-
ClientMyOrganizationThirdPartyClientAccessConfiguration
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AllowedValues
The allowed third-party client access values for the My Organization Configuration.
[JsonPropertyName("allowed_values")]
public IEnumerable<ClientMyOrganizationConfigurationThirdPartyClientAccessAllowedValuesEnum> AllowedValues { get; set; }
Property Value
DefaultValue
[JsonPropertyName("default_value")]
public required ClientMyOrganizationConfigurationThirdPartyClientAccessDefaultValueEnum DefaultValue { 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.