Class Permission
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents a permission.
public class Permission : PermissionIdentity
- Inheritance
-
Permission
- Derived
- Inherited Members
Properties
Description
The description of the permission.
[JsonProperty("description")]
public string Description { get; set; }
Property Value
ResourceServerName
The name of the resource server.
[JsonProperty("resource_server_name")]
public string ResourceServerName { get; set; }