Class OrganizationTemplateUseForOrganizationDiscovery
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Controls whether connections from this template are used for organization discovery.
[Serializable]
public record OrganizationTemplateUseForOrganizationDiscovery : IJsonOnDeserialized, IEquatable<OrganizationTemplateUseForOrganizationDiscovery>
- Inheritance
-
OrganizationTemplateUseForOrganizationDiscovery
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AllowedValues
The allowed values for organization discovery.
[JsonPropertyName("allowed_values")]
public IEnumerable<bool>? AllowedValues { get; set; }
Property Value
DefaultValue
The default value for organization discovery.
[JsonPropertyName("default_value")]
public required bool 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.