AerospikeClient GrantPrivileges Method Aerospike
Grant privileges to an user defined role.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.11.0 (3.9.11)
Syntax

Parameters

policy
Type: Aerospike.Client AdminPolicy
admin configuration parameters, pass in null for defaults
roleName
Type: System String
role name
privileges
Type: System.Collections.Generic IList Privilege 
privileges assigned to the role.

Implements

IAerospikeClient GrantPrivileges(AdminPolicy, String, IList Privilege )
Exceptions

See Also