Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of: uppercase, lowercase, numbers, and special characters.
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Apply New License

License Detail

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

The MAC address of the server you want to deploy.

Please complete this required field.

Please complete this required field.

Cancel
Apply
ID
Product
Status
Cores
Applied Validity Period(days)
Effective Date
Excpired Date
Mac Address
Apply Comment
Review Comment
Close
Profile
  • Full Name:
  • Phone:
  • Company:
  • Company Email:
  • Country:
  • Language:
Change Password
Apply

You have no license application record.

Apply
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Product Created On ID Amount (USD) Invoice
Product Created On ID Amount (USD) Invoice

No Invoice

v5.0
Search
    English
    v5.0

      Role

      Overview

      A role aggregates multiple privileges and other roles. Effective role design and usage enable role-based access control.

      A role is also called a policy in Ultipa.

      Showing Roles

      To list all roles of the database:

      SHOW ROLE
      

      It returns a table _policy with the following fields:

      Field
      Description
      name Role name.
      graphPrivileges Graph privileges included in the role.
      systemPrivileges System privileges included in the role.
      propertyPrivileges Property privileges included in the role.
      policies Other roles included in the role.

      Creating a Role

      The CREATE ROLE statement creates a role for the database.

      To create a role named sales:

      CREATE ROLE sales
      

      Granting privileges and roles to a role is not yet supported.

      Renaming a Role

      You can rename a role using the ALTER ROLE statement.

      To rename the role sales to manager:

      ALTER ROLE sales RENAME TO manager
      

      Dropping a Role

      You can drop a role using the DROP ROLE statement.

      To drop the role manager:

      DROP ROLE manager
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写