Table of Contents

Enum BindingPolicy

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

In order to execute an Action, it must be bound to a trigger using a binding. trigger-bound means that bindings are managed by the tenant. entity-bound means that the bindings are automatically managed by Auth0 and other internal resources will control those bindings. Tenants cannot manage entity-bound bindings.

public enum BindingPolicy

Fields

[EnumMember(Value = "entity-bound")] EntityBound = 1
[EnumMember(Value = "trigger-bound")] TriggerBound = 0