Class Rule
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents a rule. A rule is arbitrary JavaScript code that can be used to extend Auth0's default behavior when authenticating a user.
public class Rule : RuleBase
- Inheritance
-
Rule
- Inherited Members
Properties
Id
Gets or sets the identifier for the rule.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Stage
Gets or sets the execution stage of the rule.
[JsonProperty("stage")]
public string Stage { get; set; }