From d427c4a3d4ad83b83842feaee30cc6ceaedcb6e2 Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Thu, 27 Apr 2023 14:12:43 -0400 Subject: [PATCH] Move buildmap rule to cloud rules and update information on logging. --- .../build_map_rule.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) rename products/idn/docs/identity-now/rules/{connector-rules => cloud-rules}/build_map_rule.md (80%) diff --git a/products/idn/docs/identity-now/rules/connector-rules/build_map_rule.md b/products/idn/docs/identity-now/rules/cloud-rules/build_map_rule.md similarity index 80% rename from products/idn/docs/identity-now/rules/connector-rules/build_map_rule.md rename to products/idn/docs/identity-now/rules/cloud-rules/build_map_rule.md index 3683dd295..4e6117248 100644 --- a/products/idn/docs/identity-now/rules/connector-rules/build_map_rule.md +++ b/products/idn/docs/identity-now/rules/cloud-rules/build_map_rule.md @@ -6,7 +6,7 @@ sidebar_label: BuildMap Rule sidebar_class_name: buildMapRule keywords: ['cloud', 'rules'] description: This rule manipulates raw input data provided by the rows and columns in a file and builds a map from the incoming data. -slug: /docs/rules/connector-rules/buildmap-rule +slug: /docs/rules/cloud-rules/buildmap-rule tags: ['Rules'] --- @@ -16,12 +16,16 @@ tags: ['Rules'] This rule manipulates raw input data provided by the rows and columns in a file and builds a map from the incoming data. +:::info +This rule runs in the cloud, however it is truly a connector rule as it executes against the DelimitedFileConnector. +::: + ## Execution -- **Connector Execution** - This rule executes within the virtual appliance. It may offer special abilities to perform connector-related functions, and it may offer managed connections to sources. -- **Logging** - Logging statements are viewable within the ccg.log on the virtual appliance, and they are viewable by SailPoint personnel. +- **Cloud Execution** - This rule executes in the IdentityNow cloud, and it has read-only access to IdentityNow data models, but it does not have access to on-premise sources or connectors. +- **Logging** - Logging statements are currently only visible to SailPoint personnel. -![Rule Execution](../img/connector_execution.png) +![Rule Execution](../img/cloud_execution.png) ## Input