Skip to content

Commit

Permalink
Add validations
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwil committed Nov 29, 2024
1 parent fd85661 commit 7a9d9a9
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"Name": "SAPAuditLog",
"Properties": [
{
"name": "TimeGenerated",
"type": "datetime"
},
{
"name": "UserName",
"type": "string"
},
{
"name": "Message",
"type": "dynamic"
},
{
"name": "UpdatedOn",
"type": "datetime"
},
{
"name": "SubaccountName",
"type": "string"
},
{
"name": "MessageUuid",
"type": "string"
},
{
"name": "Tenant",
"type": "string"
},
{
"name": "OrgId",
"type": "string"
},
{
"name": "SpaceId",
"type": "string"
},
{
"name": "AlsServiceId",
"type": "string"
},
{
"name": "Category",
"type": "string"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
"SailPointIdentityNow",
"SalesforceServiceCloud",
"SAP",
"SAPBTPAuditEvents",
"SecurityEvents",
"SemperisDSP",
"SenservaPro",
Expand Down
20 changes: 20 additions & 0 deletions Workbooks/WorkbooksMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8423,5 +8423,25 @@
"templateRelativePath": "Dynamics365Activity.json",
"subtitle": "",
"provider": "Microsoft"
},
{
"workbookKey": "SAPBTPActivity",
"logoFileName": "SAPBTP.svg",
"description": "This workbook contains visualizations and insights in the SAP BTP environment.",
"dataTypesDependencies": [
"SAPBTPAuditLog_CL"
],
"dataConnectorsDependencies": [
"SAPBTPAuditLog"
],
"previewImagesFileNames": [
"SAPBTPActivityBlack.png",
"SAPBTPActivityWhite.png"
],
"version": "1.0.0",
"title": "SAP BTP Activity",
"templateRelativePath": "SAPBTPActivity.json",
"subtitle": "",
"provider": "Microsoft"
}
]

0 comments on commit 7a9d9a9

Please sign in to comment.