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 configures the default access control for Java implemented REST API resources based on the 'snc_internal' role, impacting security and accessibility. |
| What area does it affect? |
REST API access control |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when adjusting access permissions for REST API resources or when the explicit roles plugin is activated. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.rest.java.honor_snc_internal_flag |
| Sys ID |
83d4fd5e8d34021087de63ac7f1f009c |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Property to control if Java implemented REST API resources will, by default, require requestors to have the ‘snc_internal’ role to be able to access REST API resources. When set to false this requirement will not be enforced. Individual REST API Resources can opt out of this requirement by using the annotation ‘RequiresSncInternalRole=false’. This property is only relevant when the explicit roles plugin is activated. |
| Updated |
2024-05-25 03:39:03 |
Related properties