Disabled Functions

Back To uAdmin Functions List

In this section, we will cover the following functions in-depth listed below:

uadmin.APIDisabledAdd

Back To Top

APIDisabledAdd controls the data API’s disabled for add commands. By default, APIDisabledAdd returns false.

Type:

bool

uadmin.APIDisabledAdder

Back To Top

APIDisabledAdder is an interface for models to disable access to add function in dAPI.

Type:

interface

uadmin.APIDisabledDelete

Back To Top

APIDisabledDelete controls the data API’s disabled for delete commands. By default, APIDisabledDelete returns false.

Type:

bool

uadmin.APIDisabledDeleter

Back To Top

APIDisabledDeleter is an interface for models to disable access to delete function in dAPI.

Type:

interface

uadmin.APIDisabledEdit

Back To Top

APIDisabledEdit controls the data API’s disabled for edit commands. By default, APIDisabledEdit returns false.

Type:

bool

uadmin.APIDisabledEditor

Back To Top

APIDisabledEditor is an interface for models to disable access to edit function in dAPI.

Type:

interface

uadmin.APIDisabledRead

Back To Top

APIDisabledRead controls the data API’s disabled for read commands. By default, APIDisabledRead returns false.

Type:

bool

uadmin.APIDisabledReader

Back To Top

APIDisabledReader is an interface for models to disable access to read function in dAPI.

Type:

interface

uadmin.APIDisabledSchema

Back To Top

APIDisabledSchema controls the data API’s disabled for schema commands. By default, APIDisabledSchema returns false.

Type:

bool

uadmin.APIDisabledSchemer

Back To Top

APIDisabledSchemer is an interface for models to disable access to schema function in dAPI.

Type:

interface