Table of Contents

Class ActionOption

Namespace
Auth0.ManagementApi.Models.Actions
Assembly
Auth0.ManagementApi.dll

Allowable options for this param.

public class ActionOption
Inheritance
ActionOption
Inherited Members

Properties

Label

The display value for an option that will be used within the application.

[JsonProperty("label")]
public string Label { get; set; }

Property Value

string

Value

The value of an option that will be used within the application.

[JsonProperty("value")]
public string Value { get; set; }

Property Value

string