mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags, hide_table_of_contents
| id | title | pagination_label | sidebar_label | sidebar_position | sidebar_class_name | keywords | description | slug | tags | hide_table_of_contents | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| secure-data-share | Secure Data Share | Secure Data Share | Secure Data Share | 6 | secureDataShare |
|
Share ISC data with Snowflake. | /reporting/secure-data-share |
|
true |
import MermaidViewer from '@site/src/components/MermaidViewer';
Secure Data Share (SDS) makes your SailPoint identity data available directly in your own AWS Snowflake account. The provided dataset is comprised of structured tables that include identity, audit events, entitlements, roles, access profiles, accounts, and application data. SDS is an alternative to search that gives you direct access to your tenant data, allowing you to connect your favorite data analytics tools, like PowerBI and Tableau. For information on how to use SDS in your environment, see the documentation here. For the entity relationship (ER) diagrams that represent the data model, please see the following pages.
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>