Class RoleBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Base class for roles.
public abstract class RoleBase- Inheritance
- 
      
      RoleBase
- Derived
- Inherited Members
Properties
Description
The description of the role. Max character count is 140
[JsonProperty("description")]
public string Description { get; set; }Property Value
Name
Gets or sets the name of the role.
[JsonProperty("name")]
public string Name { get; set; }