...
Wizard Step | Step Short Description (SSD) | Step Long Description (SLD) | Step Fields Labels | Field Validation |
---|---|---|---|---|
1 | Create Role | Specifies the role name |
|
|
2Add | Users/GroupsAssign role to users/groups | Specifies list of existing user names or group names to be added to the role |
or
|
|
...
Code Block | ||
---|---|---|
| ||
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'" |