Click or drag to resize

PutAccessLevelBodyGrant Property

The access level to set. Use "rw" to set the collection level access to 'Read/Write'. Use "ro" to set the collection level access to 'Read Only'. Use "none" to set the collection level access to 'No access'.

Namespace:  ArangoDBNetStandard.UserApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Grant { get; set; }

Property Value

Type: String
See Also