Table of Contents

Class PermissionModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class PermissionModel
Inheritance
PermissionModel
Inherited Members

Properties

Dependencies

[JsonProperty("Dependencies", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<PermissionModel> Dependencies { get; set; }

Property Value

ICollection<PermissionModel>

DisplayName

[JsonProperty("DisplayName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DisplayName { get; set; }

Property Value

string

PartOfChannels

[JsonProperty("PartOfChannels", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> PartOfChannels { get; set; }

Property Value

ICollection<string>

PartOfRoles

[JsonProperty("PartOfRoles", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> PartOfRoles { get; set; }

Property Value

ICollection<string>

Value

[JsonProperty("Value", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Value { get; set; }

Property Value

string