Class ConnectionOptionsAttributeBase
- Namespace
- Auth0.ManagementApi.Models.Connections
- Assembly
- Auth0.ManagementApi.dll
public class ConnectionOptionsAttributeBase
- Inheritance
-
ConnectionOptionsAttributeBase
- Derived
- Inherited Members
Properties
Identifier
[JsonProperty("identifier")]
public ConnectionOptionsAttributeIdentifier Identifier { get; set; }
Property Value
ProfileRequired
Determines if property should be required for users
[JsonProperty("profile_required")]
public bool? ProfileRequired { get; set; }
Property Value
- bool?