AerospikeClient RevokeRoles Method Aerospike
Remove roles from user's list of roles.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.8.1.0 (3.8.1)
Syntax

Parameters

policy
Type: Aerospike.Client AdminPolicy
admin configuration parameters, pass in null for defaults
user
Type: OnlineSystem String
user name
roles
Type: OnlineSystem.Collections.Generic IList OnlineString 
role names. Predefined roles are listed in Role.cs
See Also