Table of Contents

Class GetRulesRequest

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

Specifies criteria to use when querying all rules.

public class GetRulesRequest
Inheritance
GetRulesRequest
Inherited Members

Properties

Enabled

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

public bool? Enabled { get; set; }

Property Value

bool?

Fields

A comma separated list of fields to include or exclude (depending on IncludeFields) from the result, empty to retrieve all fields.

public string Fields { get; set; }

Property Value

string

IncludeFields

True if the fields specified are to be included in the result, false otherwise.

public bool? IncludeFields { get; set; }

Property Value

bool?

Remarks

Defaults to true.

Stage

Retrieves rules that match the execution stage.

public string Stage { get; set; }

Property Value

string

Remarks

Defaults to login_success.