mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Prettified Code!
This commit is contained in:
committed by
GitHub Action
parent
f5b6aaf14f
commit
2cd5ccfc81
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"customProps": {
|
||||
"description": "Securely share ISC data with Snowflake."
|
||||
}
|
||||
}
|
||||
"customProps": {
|
||||
"description": "Securely share ISC data with Snowflake."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@ 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"
|
||||
@@ -35,6 +34,3 @@ import MermaidViewer from '@site/src/components/MermaidViewer';
|
||||
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>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ import MermaidViewer from '@site/src/components/MermaidViewer';
|
||||
|
||||
# Secure Data Share Identity ER Diagram
|
||||
|
||||
|
||||
<MermaidViewer diagram='erDiagram
|
||||
IDENTITY_ACCOUNTS {
|
||||
text TENANT_ID "Unique Id for an Organization tenant"
|
||||
|
||||
@@ -40,6 +40,7 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
```
|
||||
|
||||
## Discuss
|
||||
The most valuable resource for ISC developers is the SailPoint Developer Community itself, where ISC users and experts all over the world come together to ask questions and provide solutions.
|
||||
|
||||
To learn more about SDS and discuss it with SailPoint Developer Community members, go to the [SailPoint Developer Community Forum](https://developer.sailpoint.com/discuss/c/identity-security-cloud/6).
|
||||
The most valuable resource for ISC developers is the SailPoint Developer Community itself, where ISC users and experts all over the world come together to ask questions and provide solutions.
|
||||
|
||||
To learn more about SDS and discuss it with SailPoint Developer Community members, go to the [SailPoint Developer Community Forum](https://developer.sailpoint.com/discuss/c/identity-security-cloud/6).
|
||||
|
||||
Reference in New Issue
Block a user