Class ActionRequiredBase
- Namespace
- Auth0.ManagementApi.Models.Actions
- Assembly
- Auth0.ManagementApi.dll
public class ActionRequiredBase
- Inheritance
-
ActionRequiredBase
- Derived
- Inherited Members
Properties
DefaultValue
Default value for this parameter
[JsonProperty("default_value")]
public string DefaultValue { get; set; }
Property Value
Description
Lengthier description for this parameter
[JsonProperty("description")]
public string Description { get; set; }
Property Value
Label
Short label for this parameter
[JsonProperty("label")]
public string Label { get; set; }
Property Value
Name
Name of the parameter
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Optional
The temp flag for if this parameter is required(experimental; for Labs use only)
[JsonProperty("optional")]
public bool? Optional { get; set; }
Property Value
- bool?
Options
Allowable options for this param.
[JsonProperty("options")]
public IList<ActionOption> Options { get; set; }
Property Value
Placeholder
Placeholder text for this parameter
[JsonProperty("placeholder")]
public string Placeholder { get; set; }
Property Value
Required
Flag for if this parameter is required
[JsonProperty("required")]
public bool? Required { get; set; }
Property Value
- bool?
Type
Possible values: [UNSPECIFIED, STRING]
[JsonProperty("type")]
public string Type { get; set; }