Click or drag to resize

IUserApiClientGetCollectionAccessLevelAsync Method

Gets specific collection access level of a user for a given database.

Namespace:  ArangoDBNetStandard.UserApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetAccessLevelResponse> GetCollectionAccessLevelAsync(
	string username,
	string dbName,
	string collectionName
)

Parameters

username
Type: SystemString
The name of the user.
dbName
Type: SystemString
The name of the database.
collectionName
Type: SystemString
The name of the collection.

Return Value

Type: TaskGetAccessLevelResponse
See Also