Click or drag to resize
RESTSecurityInvoker Properties

The RESTSecurityInvoker type exposes the following members.

Properties
  NameDescription
Public propertyDocumentAccessReadOnly
Indicates whether the access to the documents is read-only. If true, only GET requests are allowed.
Public propertyIsSynchronous
Always true - we need synchronous behavior for authentication.
Public propertyIsTranslation
Indicates whether the query is translation query.
Public propertyObjectAccessReadOnly
Indicates whether the access to the objects is read-only. If true, only GET requests 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