Creates a new organizational role.
| Name | Type | Description | Mode |
|---|---|---|---|
| session | Fuego.Fdi.DirectorySession | directory session | in |
| name | String | new role's common name | in |
| isParametric | Bool | true if the new role will be a parametric role, otherwise false | in |
| description | String | the description of the new role | in |
| parametricValues | String[] | collection of parametric values | in |