Table of Contents

Class PermissionSource

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

Represents the source of a permission assignment

public class PermissionSource
Inheritance
PermissionSource
Inherited Members

Properties

ID

Gets or sets the ID of the source of the permission. Empty for direct assignment.

[JsonProperty("source_id")]
public string ID { get; set; }

Property Value

string

Name

Gets or sets the name of the source of the permission. Empty for direct assignment.

[JsonProperty("source_name")]
public string Name { get; set; }

Property Value

string

Type

Gets or sets the type of the permission source (direct assignment or role assignment)

[JsonProperty("source_type")]
public PermissionSourceType Type { get; set; }

Property Value

PermissionSourceType