Table of Contents

Class GetHooksRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class GetHooksRequest
Inheritance
GetHooksRequest
Inherited Members

Properties

Enabled

If provided retrieves hooks that match the value, otherwise all hooks are retrieved.

public bool? Enabled { get; set; }

Property Value

bool?

Fields

A Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.

public string Fields { get; set; }

Property Value

string

TriggerId

Gets or sets the triggerId of the hook.

public string TriggerId { get; set; }

Property Value

string