Create user defined role with optional privileges and whitelist.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.13.0 (3.9.13)
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
optional list of privileges assigned to role.
- whitelist
- Type: System.Collections.Generic IList String
optional list of allowable IP addresses assigned to role. IP addresses can contain wildcards (ie. 10.1.2.0/24).
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if command fails |
See Also