Class RulesContextSsoConfiguration
- Namespace
- Auth0.ManagementApi.Models.Rules
- Assembly
- Auth0.ManagementApi.dll
[JsonObject]
public class RulesContextSsoConfiguration
- Inheritance
-
RulesContextSsoConfiguration
- Inherited Members
Properties
CurrentClients
[JsonProperty("current_clients")]
public string[] CurrentClients { get; set; }
Property Value
- string[]
WithAuth0
[JsonProperty("with_auth0")]
public bool WithAuth0 { get; set; }
Property Value
WithDatabaseConnection
[JsonProperty("with_dbconn")]
public bool WithDatabaseConnection { get; set; }