Role Management

Configure > Role Management  

 

Wizard StepStep Short Description (SSD)Step Long Description (SLD)Step Fields LabelsField Validation
1Create RoleSpecifies the role name
  • Name (Text Box)

  • Name (Required)
    • Max Length : 32
    • No special characters, only _ (underscore)
    • UTF8
2Assign role to users/groupsSpecifies list of existing user names or group names to which the role should be assigned to
  • User Names (Text Box) + -

or

  • Group Names (Text Box) + -
  • Users
    • Max Length : 32
    • No special characters
    • UTF8
  • Groups
    • Max Length : 32
    • No special characters
    • UTF8

i18n YAML File

Configure:
  Role-Management:
     Step1:
       ssd-label: "Role Information"
       sld-desc:  "Specifies the role name"
       name-label: "Name"
       name-placeholder: "Name of the role you would like to have"
    Step2:
       ssd-label: "Role assignment"
       sld-label: "Specifies list of users or groups that should be assigned this role"
       groups: "Group names"
       users: "User names"
    Status:
       creation-error-desc: "Failed to create role '%s'"
       creation-success-desc: "Successfully created role '%s'"
       

Created in 2020 by Google Inc.