SecurityObjectMake
SecurityObjectMake verb defines a security object to be imported into the model from the last defined namespace.
The syntax is as follows:
SecurityObjectMake securityobjectIDsecurity object name SecurityNamespace namespace
SecurityObjectDisplayName securityobject name
SecurityObjectType SecurityType_Group|SecurityType_Role|SecurityType_User
CustomViewList custom viewlist
| Argument |
Description |
|---|---|
| SecurityObjectMake security object ID security object name |
Specifies the security object to be imported into the model from the last defined namespace. |
| SecurityNamespace namespace |
Specifies the namespace where the security object exists. References can be the ID or the namespace name. |
| SecurityObjectDisplayName security object name |
Specifies the security object name that is displayed in the model. |
| SecurityObjectType SecurityType_Group|SecurityType_Role| SecurityType_User |
Specifies the security object type. Type can be a group, role, or user. |
| CustomViewList custom view list |
Specifies the custom views to which the security object is assigned. |
Example
The following example imports the security role "Authors"(ID 11531) from the namespace 11533 and assigns it to custom view 11529.
SecurityObjectMake 11531 'CAMID (":Authors")' SecurityNamespace 11533
SecurityObjectDisplayName "Authors" SecurityObjectType SecurityType_Role
CustomViewList 11529 EndList