Type Alias NxAppV2

Application attributes and user privileges.

type NxAppV2 = {
    attributes?: NxAttributesV2;
    create?: apps.NxAppCreatePrivileges[];
    privileges?: string[];
}
Index

Properties

attributes?: NxAttributesV2

Application attributes.

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