class Rule

ManagedElement
+-SystemFunctions
+-SecM
+-UserManagement
+-LocalAuthorizationMethod
+-Role
+-Rule

The rules that define the access control to objects.

A Rule MO is contained by a Role MO which may be then applied to users.


This MO is created by the system.

Attributes
PermissionType[0..1]
noNotification
readOnly
permission
Permission is the access right the rule provides on a target specified by the ruleData attribute.
RuleDataType[0..1]
noNotification
readOnly
ruleData
Defines the model elements for which the permission is applicable.
string
key
mandatory
noNotification
restricted
ruleId
The value component of the RDN.
string[0..1]
noNotification
readOnly
ruleName
The rule name.

The rule name is a string of '<FunctionName>_<RuleNumber>'

<FunctionName> is a unique name for a system, transport, equipment, or application function.

<RuleNumber> is a numerical ID of the Rule MO within a <FunctionName>.

Examples:

BackupAndRestoreManagement_1
FileManagement_2
SecurityManagement_2
SystemManagement_1
string[0..1]
userLabel
An additional descriptive text.