Revoke privileges from an user defined role.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.0.0 (4.2.0)
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 RevokePrivileges(AdminPolicy, String, IList Privilege )Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if command fails |
See Also