Class RulesConfig
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents a rules config variable. A rules-config is a variable defined by its key that carries an encrypted value, accessible only from within the rules.
public class RulesConfig
- Inheritance
-
RulesConfig
- Derived
- Inherited Members
Properties
Key
Gets or sets the key for the rules config variable.
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Value
Gets or sets the body for the rules config variable.
[JsonProperty("value")]
public string Value { get; set; }