Found 1119 results for "access-policies conditions and"

The search executed in 0.003284424 seconds. That's fast.

Gitana 4.0 / Developers / User Interface Customization / Contexts / documents-list-item-actions

Optimize document actions, including favorites, edits, and locks, for user management. Secure files with admin-level JSON views and priority orders.

Score: 0.29104862

Gitana 4.0 / Content Engine / Aspects / Translation

Explore how translated content in web nodes works with master nodes, locale, and edition properties for seamless multilingual integration.

Score: 0.29104862

Gitana 3.2 / Guide / Guide / Bulk Import / JSON

Easily import JSON content into Cloud CMS with our bulk import tool, creating structured content from legacy systems.

Score: 0.2905531

Gitana 4.0 / Content Engine / Bulk Import / JSON

Import JSON content into Cloud CMS repositories easily with the Bulk Import tool. Use JSON Schema for custom content types, like World Cup players.

Score: 0.2905531

Limiting Folder Access to Specific Users

When you create a Project in Cloud CMS, the Project is automatically configured with a Project Users team that grants the Consumer role to any project members. As a result, any members of the Project will have the ability to see all content within the Project. For many, this works just fine. However, there may be cases where you want to limit certain Folders to only be accessible by specific Users. Let's walk through some steps on how to do this. Change the Project Users team security policy Fir

Score: 0.2905531

Gitana 3.2 / Guide / Guide / Application Server / URL Addressability / Principal URLs

Efficient principal data retrieval using Cloud CMS, featuring caching, metadata options, and flexible URI structures to optimize content access.

Score: 0.28780326

Gitana 3.2 / Guide / Guide / Integrations / Azure / Blob Storage

Explore Azure Blob Storage with Cloud CMS integration for seamless content deployment and binary storage solutions on the cloud.

Score: 0.28780326

Gitana 4.0 / Developers / Application Server / URL Addressability / Principal URLs

Efficient principal data retrieval using Cloud CMS, featuring caching, metadata options, and flexible URI structures to optimize content access.

Score: 0.28780326

Gitana 4.0 / Content Engine / Integrations / Azure / Blob Storage

Explore Azure Blob Storage, Microsoft's cloud solution for unstructured data, supporting image serving, file storage, and fast deployment with Cloud CMS.

Score: 0.28780326

Gitana 3.2 / Guide / Guide / Application Server / URL Addressability

Explore comprehensive guides on login/logout, node, and principal URLs for effective URL addressability.

Score: 0.28757071

Gitana 4.0 / Developers / Application Server / URL Addressability

Explore URL addressability in Gitana 4.0: Learn about Login/Logout, Node URLs, and Principal URLs for app server documentation.

Score: 0.28757071

Gitana 3.2 / Guide / Guide / Cookbooks / Ruby Cookbook

Discover how to set up and connect Ruby with Cloud CMS using our Ruby Cookbook. Find code samples, connection tips, and more!

Score: 0.28731868

Gitana 3.2 / Guide / Guide / Cookbooks / Scripting Cookbook

Explore our Scripting Cookbook with server-side scripting guides, code samples, and practical examples for effortless development.

Score: 0.28594914

Gitana 4.0 / Developers / Cookbooks / Scripting Cookbook

Explore server-side scripting with our Scripting Cookbook, featuring code samples for data structures, property increments, and category associations.

Score: 0.28594914

Gitana 4.0 / Forms / Fields / Checkbox Field

Checkbox Field Guide: Create, customize, and integrate checkbox fields for boolean, string, or array data in your web applications with ease.

Score: 0.2853611

Gitana 4.0 / Developers / Cookbooks / C# Cookbook

Start developing with the Gitana C# Driver, integrate with .NET Core projects, and explore code samples for efficient connection, querying, and node creation methods.

Score: 0.28528082

Gitana 3.2 / Guide / Guide / Forms / References

Learn how Cloud CMS leverages $ref for dynamic form and schema integration, enabling effective JSON component reuse across your content model.

Score: 0.28462946

Gitana 3.2 / Guide / Guide / Application Server / Services / Notifications

Optimize your Notifications Service with configuration for SQS and STOMP providers, catering to diverse messaging needs and ensuring precise control.

Score: 0.28462946

Gitana 3.2 / Guide / Guide / UI Developers Guide / Actions / create_document

Guide users effortlessly through creating documents with the intuitive wizard, customizing content types via configuration for seamless content management.

Score: 0.28462946

Gitana 4.0 / Developers / Application Server / Services / Notifications

Optimize your cloud notifications with seamless integration to SQS or STOMP queues for efficient message handling and state updates.

Score: 0.28462946

Gitana 4.0 / Developers / User Interface Customization / Actions / create_document

Guide users effortlessly through creating documents with the intuitive wizard, customizing content types via configuration for seamless content management.

Score: 0.28462946

Gitana 4.0 / Forms / CMS / References

Enhance your forms with Cloud CMS by using $ref for seamless schema and form configuration integration. Explore content model references today!

Score: 0.28462946

Gitana 4.0 / Forms / Fields / Object Field

Comprehensive guide on using the 'object' field in schemas, with examples and customization options for properties, types, and styles.

Score: 0.28462946

Recommended Cloud CMS architecture

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 0.28462946

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 0.28462946