Table of Contents

Class CompatibleTrigger

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

Informs which other trigger supports the same event and api.

public class CompatibleTrigger
Inheritance
CompatibleTrigger
Inherited Members

Properties

Id

Possible values: [post-login, credentials-exchange, pre-user-registration, post-user-registration, post-change-password, send-phone-message, custom-phone-provider, custom-email-provider, iga-approval, iga-certification, iga-fulfillment-assignment, iga-fulfillment-execution, password-reset-post-challenge, custom-token-exchange-beta] An actions extensibility point.

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Version

The version of a trigger. v1, v2, etc

[JsonProperty("version")]
public string Version { get; set; }

Property Value

string