Table of Contents

Class CreateActionRequest

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

Request configuration for creating an action.

public class CreateActionRequest : ActionBase
Inheritance
CreateActionRequest
Inherited Members

Properties

SupportedTriggers

The list of triggers that this action supports. At this time, an action can only target a single trigger at a time.

[JsonProperty("supported_triggers")]
public IList<ActionSupportedTrigger> SupportedTriggers { get; set; }

Property Value

IList<ActionSupportedTrigger>