Files
developer.sailpoint.com/docs/reporting/access-intelligence-center/index.md
darrell-thobe-sp 2cd5ccfc81 Prettified Code!
2024-04-18 10:31:05 +00:00

41 lines
1.9 KiB
Markdown

---
id: access-intelligence-center
title: Access Intelligence Center
pagination_label: Access Intelligence Center
sidebar_label: Access Intelligence Center
sidebar_position: 5
sidebar_class_name: AccessIntelligenceCenter
keywords: ['data listing', 'data share', 'secure data sharing']
description: Custom dashboards for data analysis.
slug: /reporting/access-intelligence-center
tags: ['AccessIntelligenceCenter', 'AIC']
hide_table_of_contents: true
---
import MermaidViewer from '@site/src/components/MermaidViewer';
# Overview
The Access Intelligence Center (AIC) allows you to discover key insights into your identity and administration program. You can view and create dashboards to customize the data you view.
The Access Intelligence Center dashboard is an identity program overview focusing on identity relationships. Data displayed in the Access Intelligence Center include showing identities, requests, and certifications.
The AIC Audit dashboard focuses on more tangible audit events, such as access requests, certifications, lifecycle state, addition and removal of entitlements, and creation or deletion of accounts.
With Reader permission, users can view any public sheets available and make selections to further filter the data. With Authoring permission, users can view public sheets, create new public or private sheets, and bookmark certain filters for future use.
## Identity Security Cloud Documentation
For information on how to use AIC in your environment, see the documentation [here](https://documentation.sailpoint.com/saas/help/ai/access_insights/access_intelligence.html)
## Technical Documentation and Videos
For Entity Relationship (ER) Diagrams that represent the data model in AIC as well as other documentation see the following pages
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```