AerospikeClientRevokePrivileges Method

Revoke privileges from an user defined role.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public void RevokePrivileges(
	AdminPolicy policy,
	string roleName,
	IList<Privilege> privileges
)

Parameters

policy  AdminPolicy
admin configuration parameters, pass in null for defaults
roleName  String
role name
privileges  IListPrivilege
privileges assigned to the role.

Implements

IAerospikeClientRevokePrivileges(AdminPolicy, String, IListPrivilege)

Exceptions

AerospikeExceptionif command fails

See Also