Click or drag to resize

GetAccessibleDatabasesResponse Properties

The GetAccessibleDatabasesResponse type exposes the following members.

Properties
  NameDescription
Public propertyCode
The HTTP status code.
(Inherited from ResponseBase.)
Public propertyError
Indicates whether an error occurred (false in this case).
(Inherited from ResponseBase.)
Public propertyResult
Contains the databases names as keys, and the associated privileges for the database as String values. In case you specified Full, it will contain Object values with the permissions for the databases ('permission') as well as the permissions for the collections ('collections').
Top
See Also