Table of Contents

Class GetRolesRequest

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

Specifies criteria to use when querying all roles.

public class GetRolesRequest
Inheritance
GetRolesRequest
Inherited Members

Properties

NameFilter

A string to filter by, empty to retrieve all roles.

public string NameFilter { get; set; }

Property Value

string