Table Description
Security Role: A role that a User plays in the `Organization`.

Each User is assigned to only one Security Role. Each Security Role may be a member of a number of Security Groups, which specify which functions (and other Security Identifiers) a User has access to.

Example

User Ronan Rooney attempts to register a Person. He enters the registration information on a client screen and clicks a button. The client application attempts to call the Person.register method. The server application successfully authorizes that Ronan Rooney is permitted to access the Person.register method. The data to support this authorization is as follows:

Technical Notes

For more information see the Cúram Application Administration Guide.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (3)
AttributeKeyNullableDescriptionDDL Type
roleNameYesNoThe name of the security role.SVR_STRING<50>
versionNo No SVR_INT32
lastWritten   SVR_DATETIME
Foreign Keys (3)
ChildParent
AdviceItemUserRole.userRoleSecurityRole.roleName
SecurityRoleGroup.roleNameSecurityRole.roleName
Users.roleNameSecurityRole.roleName
Related Pages (11)