Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It specifies the default roles that are included in skill ACLs, contingent on another related property being enabled. |
| What area does it affect? |
Skill Access Control Lists |
| What does the default mean? |
The default value is "sn_skill_builder.admin", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring roles for skill management or adjusting security settings. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.one_extend.default_roles_for_skill_acl |
| Sys ID |
5986f6f0ff9a2610ce7cffffffffff6f |
| Type |
string |
| Application |
Global |
| Default value |
sn_skill_builder.admin |
| Description |
Property contains the list of the default roles for_skill_acl, while inserting / updating "gen_ai_skill" acls. These roles get included if the property com.glide.one_extend.include_default_roles_for_skill_acl is set to true. This property is used in the global.GenAiSkillSecurityUtils api in OneExtend plugin.
To add more roles use comma ( , ) as the separator without spaces.
Example: value=roleA,roleB,roleC |
| Updated |
2025-06-21 03:13:44 |
Related properties