Table Description
Security Identifier: An object to which access can be granted.

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

The vast majority of Security Identifier rows have a sidType of FUNCTION and thus relate to Function Identifier rows (and are named identically to them).

Security Identifier rows which have other sidType values do not related to Function Identifier rows and may instead related to FIELDs or PRODUCT rows.

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 (5)
AttributeKeyNullableDescriptionDDL Type
sidNameYesNoThe name of a security identifier.SVR_STRING<100>
sidType  The type of a security identifier. For example FUNCTION, PRODUCT, etc.SVR_STRING<16>
description  The description of a security identifier.SVR_STRING<254>
versionNo No SVR_INT32
lastWritten   SVR_DATETIME
Foreign Keys (2)
ChildParent
SOSecurityRights.sidNameSecurityIdentifier.sidName
SecurityGroupSid.sidNameSecurityIdentifier.sidName
Related Pages (18)