Defines the role which a user can be assigned. Role determines the level of access. Eg: service provider administrator, super tenant administrator , enduser etc
| Column Name | Column Datatype | Column Null Option | Column Comment |
| role_id | varchar(50) | not null | The unique identifier for the role, Eg: spadministrator, enduser etc |
| access_depth | integer | with null | Specifies the power of the rule, depth -1 is unlimited power for that domain scope |
| domain_type | nvarchar(4) | with null | For which domains is this role used, Eg: SP, ST, TE etc |
| name | nvarchar(64) | with null | The descriptive name of the role |
| description | nvarchar(50) | with null | The description of the role |
| domain | varchar(50) | with null | The unique tenantid that identifies this organization/tenant |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| role_id | usm_role_user | role_id |