Table of Contents

Class AssignPermissionsRequest

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

Contains details of permissions that should be assigned to a role.

public class AssignPermissionsRequest
Inheritance
AssignPermissionsRequest
Inherited Members

Properties

Permissions

User IDs to assign to the role.

[JsonProperty("permissions")]
public IList<PermissionIdentity> Permissions { get; set; }

Property Value

IList<PermissionIdentity>