mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Merge pull request #235 from sailpoint-oss/devrel-863
Move buildmap rule to cloud rules and update information on logging.
This commit is contained in:
@@ -6,7 +6,7 @@ sidebar_label: BuildMap Rule
|
|||||||
sidebar_class_name: buildMapRule
|
sidebar_class_name: buildMapRule
|
||||||
keywords: ['cloud', 'rules']
|
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.
|
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']
|
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.
|
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, but it's really a connector rule because it executes against the DelimitedFileConnector.
|
||||||
|
:::
|
||||||
|
|
||||||
## Execution
|
## 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.
|
- **Cloud Execution** - This rule executes in the IdentityNow cloud and it has read-only access to IdentityNow data models, but it doesn't have access to on-premise sources or connectors.
|
||||||
- **Logging** - Logging statements are viewable within the ccg.log on the virtual appliance, and they are viewable by SailPoint personnel.
|
- **Logging** - Logging statements are currently only visible to SailPoint personnel.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Input
|
## Input
|
||||||
|
|
||||||
Reference in New Issue
Block a user