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

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
groupNameYesNoThe name of a security group.SVR_STRING<50>
sidNameYesNoThe name of a security identifier.SVR_STRING<100>
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
SecurityGroupSid.sidNameSecurityIdentifier.sidName
Related Pages (9)