Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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/GroupsAssign role to 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

...

Code Block
languagetext
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/GroupRole Mappingassignment"
       sld-label: "Specifies list of users or groups that should belongbe toassigned thethis role"
       groups: "Group names"
       users: "User names"
    Status:
       creation-error-desc: "Failed to create role '%s'"
       creation-success-desc: "Successfully created role '%s'"