GetJobLogAdministrationAccessControlRules
This scaffolding creates, within a universe, entity instances and association instances based on a predefined template.
The entity instances generated by the scaffolding will have:
- as a display name, the display name of the corresponding navigation property, for example
Main Record
; - as an identifier, the identifier of the corresponding navigation which is made of
<EntityType_Id>_<Property_Id>
, for exampleDirectory_User_MainRecord
.
Examples
<GetJobLogAdministrationAccessControlRules Profile="Administrator"/>
Properties
Property | Details |
---|---|
Profile required | Type String Description Identifier of the profile involved in the scaffolding. |
Generated XML
Our example generates the following configuration:
<AccessControlRule Identifier="Administrator_Job_JobLog" DisplayName_L1="Administrator - Management for Task" DisplayName_L2="Administrator - Gestion des Task" EntityType="Task" Profile="Administrator"> <Entry CanExecute="true" Permission="/Jobs/RunJob/GetLog" /></AccessControlRule>