Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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
2Add Users/GroupsSpecifies list of existing user names or group names to be added to the role
  • User Names (List of User Names) + -

or

  • Group Names (List of Group Names) + -
  • 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: "Users/Group Mapping"
       sld-label: "Specifies list of users or groups that belong to the role"
       groups: "Group names"
       users: "User names"
    Status:
       creation-error-desc: "Failed to create role '%s'"
       creation-success-desc: "Successfully created role '%s'"
       
  • No labels