Table Description
Security Role Group: A link between a Security Role and a Security Group.

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 a security role.SVR_STRING<50>
groupNameYesNoThe name of a security group.SVR_STRING<50>
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
SecurityRoleGroup.roleNameSecurityRole.roleName
Related Pages (7)