Click or drag to resize
RESTSecurityInvoker Properties

The RESTSecurityInvoker type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationType
Gets the type of authentication which should be used to authenticate REST service. Default value is basic authentication ("basic" constant). Other option is forms authentication ("forms" constant).
Public propertyDocumentAccessReadOnly
Indicates whether the access to the documents is read-only. If true, only GET reguests are allowed.
Public propertyIsSynchronous
Always true - we need synchronous behaviour for authentication.
Public propertyIsTranslation
Indicates whether the qeury is translation query.
Public propertyObjectAccessReadOnly
Indicates whether the access to the objects is read-only. If true, only GET reguests are allowed.
Public propertyRESTServiceEnabled
Indicates whether the REST service is enabled (in settings).
Public propertyServiceTypeEnabled
Gets the type of the service which is enabled (0 = Everything, 1 = Only objects, 2 = Only documents).
Top
See Also