Table of Contents

Class GetActionsRequest

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

Request configuration for retrieving all actions.

public class GetActionsRequest
Inheritance
GetActionsRequest
Inherited Members

Properties

ActionName

The name of the action to retrieve.

public string ActionName { get; set; }

Property Value

string

Deployed

Optional filter to only retrieve actions that are deployed.

public bool? Deployed { get; set; }

Property Value

bool?

Installed

Optional. When true, return only installed actions. When false, return only custom actions. Returns all actions by default.

public bool? Installed { get; set; }

Property Value

bool?

TriggerId

An actions extensibility point.

public string TriggerId { get; set; }

Property Value

string