Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property controls the inclusion of default roles from another property during the insertion or updating of 'gen_ai_skill' ACLs using the global.GenAiSkillSecurityUtils API. |
| What area does it affect? |
Access Control Lists |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when setting up or modifying skill permissions in the OneExtend plugin. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.one_extend.include_default_roles_for_skill_acl |
| Sys ID |
42e86a78ff1a2610ce7cffffffffff83 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Property decides whether to include the default roles from the property com.glide.one_extend.default_roles_for_skill_acl, while inserting / updating "gen_ai_skill" acls. This property is used in the global.GenAiSkillSecurityUtils api in OneExtend plugin.
To toggle the property use value: true / false.
Example:
value=true
Default roles as present in the property:com.glide.one_extend.default_roles_for_skill_acl get added during insertion of an ACL using global.GenAiSkillSecurityUtils api. |
| Updated |
2025-06-22 21:29:49 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... see Add a system property . Disable Adding Default Roles to Skill ACLs Use system properties to control what roles are automatically added to generative AI skill ACLs. Use the com.glide.one_extend.include_default_roles_for_skill_acl system property to control whether roles are automatically added to generative AI skill ACLs when they’re created or updated via the global.GenAiSkilSecurityUtils API. This property is used by the Now ...
Related properties