Click or drag to resize

ArangoDBNetStandard.UserApi.Models Namespace

 
Classes
  ClassDescription
Public classAvailableUser
Represents information about a user available in ArangoDB.
Public classDeleteAccessLevelResponse
Represents a response returned after clearing a database or collection access level.
Public classDeleteUserResponse
Represents a response returned after deleting a user.
Public classGetAccessibleDatabasesQuery
Represents query parameters used when fetching the list of databases available to a user.
Public classGetAccessibleDatabasesResponse
Represents a response returned after listing the databases accesible by a user.
Public classGetAccessLevelResponse
Represents a response returned after fetching a database or collection access level.
Public classGetUserResponse
Represents a response returned after fetching a user.
Public classGetUsersResponse
Represents a response returned after fetching all users.
Public classPatchUserBody
Represents a request body to update an existing user.
Public classPatchUserResponse
Represents a response returned after updating an existing user.
Public classPostUserBody
Represents a request body to create a user.
Public classPostUserResponse
Represents a response returned after creating a user.
Public classPutAccessLevelBody
Represents a request body to set database or collection access level.
Public classPutAccessLevelResponse
Represents a response returned after setting a database or collection access level.
Public classPutUserBody
Represents a request body to replace an existing user.
Public classPutUserResponse
Represents a response returned after replacing an existing user.
Public classResponseBase
Represents a common response class for user API operations.
Public classUserResponseBase
Represents a common response class with user information returned after performing a user operation.