![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
|
Commands to edit the role configuration. More...
Functions | |
getSecurityContextLevelAssignments | |
Returns all configured role to security context level assignments as dict. More... | |
getSecurityContextLevelForRole role | |
Returns the security context level of a given role. More... | |
setSecurityContextLevelAssignments roleLevelDict | |
Assigns new security context levels for several roles at once. More... | |
setSecurityContextLevelForRole role level | |
Sets the security context level for a role. More... | |
Commands to edit the role configuration.
CONFIGURATION::MANAGER::Roles::getSecurityContextLevelAssignments |
Returns all configured role to security context level assignments as dict.
none |
CONFIGURATION::MANAGER::Roles::getSecurityContextLevelForRole | role | ||
Returns the security context level of a given role.
role | name of the role the level should be received for. Following roles exist
|
CONFIGURATION::MANAGER::Roles::setSecurityContextLevelAssignments | roleLevelDict | ||
Assigns new security context levels for several roles at once.
In case of a valid dict, each given security context level is assigned to the corresponding known role contained in the dict. Unknown roles are ignored and missing roles are complemented by the existing configuration. In case the dict contains any role twice, the last assignment takes precedence over previous once.
dict | containing roles as keys and the new assigned security context levels as the corresponding values |
CONFIGURATION::MANAGER::Roles::setSecurityContextLevelForRole | role level | ||
Sets the security context level for a role.
role | name of the role the level should be set for. The following roles exist
|
level | name of the security context level to assign. The following levels exist
|