Table of Contents

Class UserPermission

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

User-specific representation of a permission, including its source(s).

public class UserPermission : Permission
Inheritance
UserPermission
Inherited Members

Properties

Sources

Gets or sets the source(s) of the permission.

public PermissionSource[] Sources { get; set; }

Property Value

PermissionSource[]