Type Alias NxAppObject

Application object attributes and user privileges.

type NxAppObject = {
    attributes?: NxObjectAttributes;
    privileges?: string[];
}
Index

Properties

attributes?: NxObjectAttributes

App object attributes. This structure can also contain extra user-defined attributes.

privileges?: string[]

Application object privileges. Hints to the client what actions the user is allowed to perform. Could be any of:

  • read
  • create
  • update
  • delete
  • publish
  • exportdata
  • change_owner