mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
37 lines
1.8 KiB
Markdown
37 lines
1.8 KiB
Markdown
---
|
|
id: secure-data-share-audit-er-diagram
|
|
title: Secure Data Share Audit ER Diagram
|
|
pagination_label: Secure Data Share Audit ER Diagram
|
|
sidebar_label: Audit Entity Relationship Diagram
|
|
sidebar_position: 2
|
|
sidebar_class_name: secureDataShare
|
|
keywords: ['data listing', 'data share', 'secure data sharing']
|
|
description: Secure Data Share Audit ER Diagram
|
|
slug: /reporting/sds-audit-er-diagram
|
|
tags: ['SecureDataShare', 'SDS']
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
import MermaidViewer from '@site/src/components/MermaidViewer';
|
|
|
|
# Secure Data Share Audit ER Diagram
|
|
|
|
<MermaidViewer diagram='erDiagram
|
|
AUDIT_EVENTS {
|
|
text TENANT_ID "Unique Id for an Organization tenant"
|
|
text ID PK "Unique Id of the event"
|
|
timestamp_ntz CREATED "Date When the event happened"
|
|
text ACTION "action taken related to the Audit Event"
|
|
text TYPE "type of Audit Event,Ex: Auth, SSO, ROLE, ACCESS_REQUEST, PROVISIONING, USER_MANAGEMENT, etc."
|
|
text ACTOR_NAME "Who/what performed the action, this can be an Identity or a Service name"
|
|
text TARGET_NAME "Who/what the action was performed on, this can be an Identity or a Service name"
|
|
text STACK "Which internal service was associated with the Audit Event"
|
|
text SOURCE_NAME "Name of the Source associated with the Audit Event"
|
|
text ACCOUNT_NAME "Name of Account associated with the Audit Event"
|
|
text INFO "Any additional info that might be available"
|
|
text SOURCE_ID "ID of the source associated with the Audit Event"
|
|
text OPERATION "Operation happened examples include EMAIL, FORWARD, UPDATE, REQUEST, etc."
|
|
text STATUS "What was the status of the Audit Event, examples include PASSED, FAILED, TERMINATED, etc."
|
|
timestamp_ntz SYNC_DATE "Date Audit Event Synced"
|
|
}'></MermaidViewer>
|