Found 1151 results for "access-policies conditions and"

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

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-document-has-property-value

context-document-has-property-value If a Document is currently being observed and has a specific property value. { "evaluator": "context-document-has-property-value", "condition": { "key": "{key}", "value": {value} } } Example: { "evaluator": "context-document-has-property-value", "condition": { "key": "category", "value": "athletics" } }

Score: 0.29368645

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-document-has-property-value

context-document-has-property-value If a Document is currently being observed and has a specific property value. { "evaluator": "context-document-has-property-value", "condition": { "key": "{key}", "value": {value} } } Example: { "evaluator": "context-document-has-property-value", "condition": { "key": "category", "value": "athletics" } }

Score: 0.29368645

Gitana / 4.0 / Self Managed / Overview

Self-Managed Gitana offers the option to run development and production installations of its software on-premise or within a virtual private cloud. Getting Started To get started with Gitana Self-Managed, please check out the following: Configuration Docker Kits Kubernetes Maintenance Monitoring Supported Stacks UI Extensions

Score: 0.2928261

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Remove Properties

Remove Properties Type: removeProperties This handler lets you remove properties onto the items that are part of your workflow's payload. The config for this handler is as follows: { "properties": [{ "name": "" }] } Here is an example where we remove two properties - property1 and property2. { "properties": [{ "name": "property1" }, { "name": "property2" }] }

Score: 0.29197073

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Remove Properties

Remove Properties Type: removeProperties This handler lets you remove properties onto the items that are part of your workflow's payload. The config for this handler is as follows: { "properties": [{ "name": "" }] } Here is an example where we remove two properties - property1 and property2. { "properties": [{ "name": "property1" }, { "name": "property2" }] }

Score: 0.29197073

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / File System Deployment Handler

File System Deployment Handler Handles the deployment of one or more Deployment Packages to a file system. A file system is described by a local path on disk, such as: /www/files /data /Users/joesmith/files These paths, in turn, my describe mounts that are ephemeral or non-ephemeral (such as Amazon EBS mounted drives or shared network storage). The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails

Score: 0.29164517

Gitana / 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extend Media Types

Extend Media Types The out of the box media types on CloudCMS are Youtube, Vimeo, Brightcove and Soundcloud. However, we grant you the ability to introduce any other media types. Follow this tutorial to learn how. (Code is involved!) Create a xxx-link.js File Note: Take a look at these files to get a sense of it. getSchema() and getOptions() These two methods allow you to create a form with specific fields to configure for templates of this type. /** * @override */ getSchema: fun

Score: 0.29164517

Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / File System Deployment Handler

File System Deployment Handler Handles the deployment of one or more Deployment Packages to a file system. A file system is described by a local path on disk, such as: /www/files /data /Users/joesmith/files These paths, in turn, my describe mounts that are ephemeral or non-ephemeral (such as Amazon EBS mounted drives or shared network storage). The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails

Score: 0.29164517

Gitana / 4.0 / User Interface / Embedded Media / Advanced Usages / Extend Media Types

Extend Media Types The out of the box media types on CloudCMS are Youtube, Vimeo, Brightcove and Soundcloud. However, we grant you the ability to introduce any other media types. Follow this tutorial to learn how. (Code is involved!) Create a xxx-link.js File Note: Take a look at these files to get a sense of it. getSchema() and getOptions() These two methods allow you to create a form with specific fields to configure for templates of this type. /** * @override */ getSchema: fun

Score: 0.29164517

Gitana / 3.2 / Guide / Guide / Docker / Container Services

Container Services In this chapter, we provide examples and guidance on how to instantiate the Gitana platform within a variety of container services. SDK For each of the frameworks listed below, you will find samples configuration files within the Gitana SDK. Gitana SDK - Container Framework Examples for Gitana 3.2 Frameworks Amazon ECS Kubernetes

Score: 0.29027498

Gitana / 4.0 / Developers / API / Resources / accessPolicy / List the assigned targets

List the assigned targets Finds all of the resources that are assigned targets of this access policy. The targets are returned as references which identify resources that are bestowed the grants and revokes indicated by the policy. The targets are generally Users, Groups or Teams. This method supports pagination.

Score: 0.29027498

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Slack Message

Slack Message Type: slackMessage This handler sends a slack message to a configured channel. It fires the slackMessage action and accepts a standard configuration for that action type. The config for this handler is as follows: { "url": "", "message": "" } Example { "type": "slackMessage", "config": { "url": "https://hooks.slack.com/services/A/SLACK/HOOK", "message": "Hello slack!" } }

Score: 0.2894345

Gitana / 4.0 / Developers / Drivers / Overview

Drivers We offer driver libraries that you can drop into your new or existing web applications to make it very easy to interact with Cloud CMS. These drivers handle things like authentication state, concurrency and fast API calls over the wire. The following drivers are available: C# Go Java JavaScript / Node JavaScript (Legacy) PHP Python Ruby

Score: 0.2894345

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Slack Message

Slack Message Type: slackMessage This handler sends a slack message to a configured channel. It fires the slackMessage action and accepts a standard configuration for that action type. The config for this handler is as follows: { "url": "", "message": "" } Example { "type": "slackMessage", "config": { "url": "https://hooks.slack.com/services/A/SLACK/HOOK", "message": "Hello slack!" } }

Score: 0.2894345

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / messages

messages [ { "evaluator": "locale", "condition": "en_US", "config": { "messages": { "types": { "Text": { "locale": "Locale" }, "Release": "Release", "Releases": "Releases" }, "pages": { "branch": { "buttons": { "push": "Push Branch...", "pull": "Pull Branch...", "compare": "Compare Branch...", "copy": "Copy From Branch..."

Score: 0.28828073

Gitana / 4.0 / Developers / User Interface Customization / Contexts / messages

messages [ { "evaluator": "locale", "condition": "en_US", "config": { "messages": { "types": { "Text": { "locale": "Locale" }, "Release": "Release", "Releases": "Releases" }, "pages": { "branch": { "buttons": { "push": "Push Branch...", "pull": "Pull Branch...", "compare": "Compare Branch...", "copy": "Copy From Branch..."

Score: 0.28828073

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

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 0.28776798

Gitana / 4.0 / Developers / User Interface Customization / Actions

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 0.28776798

Gitana / 3.2 / Guide / Guide / Integrations / Amazon Web Services

Amazon Web Services Cloud CMS provides out-of-the-box integration with a variety of Amazon Web Service offerings, including services for natural language processing, machine learning, semantic analysis and image recognition. You can learn more about these services here: Amazon Comprehend Amazon DocumentDB Amazon Elastic Search Service Amazon Elastic Transcoder Amazon Polly Amazon SNS Amazon SQS Amazon Transcribe Amazon Translate

Score: 0.28612056

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / application-subcontext

application-subcontext [ { "evaluator": "and", "condition": [ { "evaluator": "context-application" }, { "evaluator": "not", "condition": { "evaluator": "context-deployment" } }, { "evaluator": "not", "condition": { "evaluator": "context-pagerendition" } } ], "config": { "application-subcontext": { "items": [ { "key": "application",

Score: 0.28612056

Gitana / 4.0 / Developers / User Interface Customization / Contexts / application-subcontext

application-subcontext [ { "evaluator": "and", "condition": [ { "evaluator": "context-application" }, { "evaluator": "not", "condition": { "evaluator": "context-deployment" } }, { "evaluator": "not", "condition": { "evaluator": "context-pagerendition" } } ], "config": { "application-subcontext": { "items": [ { "key": "application",

Score: 0.28612056

Gitana / 4.0 / Data Engine / Integrations / Amazon Web Services

Amazon Web Services Cloud CMS provides out-of-the-box integration with a variety of Amazon Web Service offerings, including services for natural language processing, machine learning, semantic analysis and image recognition. You can learn more about these services here: Amazon Comprehend Amazon DocumentDB Amazon Elastic Search Service Amazon Elastic Transcoder Amazon Polly Amazon SNS Amazon SQS Amazon Transcribe Amazon Translate

Score: 0.28612056

Gitana / 3.2 / Guide / Guide / User Interface / Security / Create a new Role

Create a new Role The Roles for a Project can be managed on the Roles page. For reference, here are the default Roles available: Let's take a look at the list of the default roles: Roles Description Collaborator “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “DELETE” Connector “CONNECT” Consumer "CONNECT”, “READ” Contributor “CONNECT”, “READ”, “CREATE_SUBOBJECTS” Editor “CONNECT”, “READ”, “UPDATE”, “DELETE” Impersonator “IMPERSONATE” Manager “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “

Score: 0.28499302

Gitana / 3.2 / Guide / Guide / User Interface / Security / Create a new Team

Create a new Team The Teams for a Project can be managed on the Teams page: First Step is to create the Team - To Create a new Team click 'Create Team' Second Step is to add Roles to the team Select Roles - Click '+Grant Role' - Select the Roles you want for the Team. Note: if you do not see the Role(s) needed for your Team you will need to create the Roles. Let's take a look at the list of the default roles: Roles Description Collaborator “CONNECT”, “READ”, “CREATE_SUBOBJECTS”, “UPDATE”, “DELET

Score: 0.28499302

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / new_folder

new_folder ID: new_folder This brings up the New Folder wizard that guides users through the process of creating a new folder within the currently viewed folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. The newly created folder is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "new_folder", actionContext, function(err) {

Score: 0.28499302