Type Alias NxApp

Application attributes and user privileges.

type NxApp = {
    attributes?: NxAttributes;
    create?: NxAppCreatePrivileges[];
    privileges?: string[];
}
Index

Properties

attributes?: NxAttributes

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

Object create privileges. Hints to the client what type of objects the user is allowed to create.

privileges?: string[]

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

  • read
  • create
  • update
  • delete
  • reload
  • import
  • publish
  • duplicate
  • export
  • exportdata
  • change_owner
  • change_space