dundas.filesystem.PrivilegeAssignment Class

 

Inheritance Hierarchy

 
Class
   dundas.filesystem.PrivilegeAssignment
 

Constructors

 
  Name Description
init Initializes the dundas.filesystem.PrivilegeAssignment object.
 
 

Properties

 
  Name Description
assignee Gets or sets the assignee.
assigneeKind Gets or sets the assignee kind.
assignmentKind Gets or sets the assignment kind.
inheritedFrom Gets or sets the ID of where this privilege is inherited from, if any. It might be null.
privilegeId Gets or sets the ID of this privilege is for. See dundas.filesystem.ObjectPrivilegeIds.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.