aerospike/privilegeCode

Description:
  • Permission codes define the type of permission granted for a user's role.

Source:

Permission codes define the type of permission granted for a user's role.

Members

(static, constant) DATA_ADMIN :number

Description:
  • User can perform UDF and SINDEX administration actions.

Source:

User can perform UDF and SINDEX administration actions.

Type:
  • number

(static, constant) READ :number

Description:
  • User can read data.

Source:

User can read data.

Type:
  • number

(static, constant) READ_WRITE :number

Description:
  • User can read and write data.

Source:

User can read and write data.

Type:
  • number

(static, constant) READ_WRITE_UDF :number

Description:
  • User can read and write data through user defined functions.

Source:

User can read and write data through user defined functions.

Type:
  • number

(static, constant) SINDEX_ADMIN :number

Description:
  • User can perform secondary index administration actions.

Source:

User can perform secondary index administration actions.

Type:
  • number

(static, constant) SYS_ADMIN :number

Description:
  • User can perform systems administration functions on a database that do not involve user administration.

Source:

User can perform systems administration functions on a database that do not involve user administration.

Type:
  • number

(static, constant) TRUNCATE :number

Description:
  • User can truncate data only.

Source:

User can truncate data only.

Type:
  • number

(static, constant) UDF_ADMIN :number

Description:
  • User can perform user defined function (UDF) administration actions.

Source:

User can perform user defined function (UDF) administration actions.

Type:
  • number

(static, constant) USER_ADMIN :number

Description:
  • User can edit/remove other users.

Source:

User can edit/remove other users.

Type:
  • number

(static, constant) WRITE :number

Description:
  • User can write data.

Source:

User can write data.

Type:
  • number