dundas.data.DataPrivilege Class

Represents a set of privilege assignments and data masking information.
 

Inheritance Hierarchy

 
Class
   dundas.data.DataPrivilege
 

Constructors

 
  Name Description
init Initializes the DataPrivilege. Called during construction.
 
 

Properties

 
  Name Description
elementUniqueName Gets the unique name of the data element to which this data privilege applies.
maskingCharacter Gets the character being used to apply masking to the data element.
maskingKind Gets or sets the kind of masking to apply to the data element.
numberOfCharacters Gets or sets the number of characters to be masked or preserved, depending on the masking kind. A positive value indicates the number of characters from the start of the value, a negative value indicates the number of characters from the end of the value.
privilegeAssignments Gets the list of privilege assignments for the data element.
 
 

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.