Commit Graph

70 Commits

Author SHA1 Message Date
James Haytko
e0f50f9944 Merge pull request #504 from sailpoint-oss/feature/admin-console
devrel-1501
2024-04-12 11:52:38 -05:00
james.haytko
b329fc5118 Removed typo 2024-04-12 10:47:55 -05:00
Colin McKibben
ddcd8e1d0b Merge pull request #536 from sailpoint-oss/warning-third-party
Added warning about using third party websites
2024-04-12 10:44:47 -05:00
james.haytko
8b9261ec69 Removed repetition 2024-04-12 10:43:52 -05:00
james.haytko
0cb8273d9e Release info update 2024-04-12 10:37:31 -05:00
james.haytko
9601b9904a Edits 2024-04-12 09:55:18 -05:00
james.haytko
a5344d5b55 Updated build from source 2024-04-12 09:53:03 -05:00
Colin McKibben
60f763fc3f Added warning about using third party websites 2024-04-12 09:50:32 -05:00
darrell-thobe-sp
318115c7d1 update to replae IdentityNow with Identity Security Cloud 2024-04-12 10:37:34 -04:00
Tyler Mairose
91445a3019 Merge pull request #517 from sailpoint-oss/feature/pythonSDKDocs
Add python sdk docs
2024-04-12 09:03:34 -05:00
Tyler Mairose
188731a6d3 Merge branch 'main' into feature/ui-development-kit-guide 2024-04-08 15:17:53 -05:00
Tyler Mairose
1c4d10c7ae Merge branch 'main' into feature/pythonSDKDocs 2024-04-08 15:16:32 -05:00
James Haytko
5360f2f9bd Merge pull request #530 from sailpoint-oss/devrel-1508
Added Config Hub
2024-04-08 11:24:30 -05:00
james.haytko
39d523b1b3 devrel-1508 2024-04-08 10:45:59 -05:00
Colin McKibben
f045c7fc6a Update authorization.md
Clarify the default and all scopes
2024-04-08 10:24:47 -05:00
Colin McKibben
60c0a8e38d Merge pull request #503 from yannick-beot-sp/patch-1
Update link to rule validator
2024-04-08 10:19:12 -05:00
Colin McKibben
28877522db Merge pull request #505 from Marten-hallik/main
Correct formating
2024-04-08 10:16:13 -05:00
Colin McKibben
0ceb819cf6 Merge pull request #509 from christina-gagnon-sp/patch-3
Update idn_rule_utility.md
2024-04-08 10:14:03 -05:00
Colin McKibben
5a64571488 Merge pull request #525 from derek-botbyl-kgs/patch-1
Update limits.md
2024-04-08 10:12:50 -05:00
james.haytko
d38f2fbfde Removed ISC from sidebar label and title 2024-04-04 13:47:47 -05:00
james.haytko
0f9869e846 Renamed to Community Toolbox 2024-04-04 13:15:47 -05:00
Philip Ellis
e2e0545e2f added new model to docs 2024-04-03 14:20:00 -04:00
derek-botbyl-kgs
011976c752 Update limits.md
Resolved spelling error 'not -> note'
2024-04-01 12:19:18 -05:00
Colin McKibben
9a97209db7 Merge pull request #515 from sailpoint-oss/sds
Update Secure Data Share docs
2024-03-21 15:57:40 -04:00
james.haytko
b17658df6f Edits 2024-03-21 14:31:56 -05:00
james.haytko
c85daab03b Removed outdated link 2024-03-21 13:32:46 -05:00
james.haytko
f61a67a1fe Fixed broken link that I added 2024-03-21 13:13:10 -05:00
james.haytko
e1e7463a45 devrel-1509 2024-03-21 13:09:44 -05:00
james.haytko
eedb1e5a54 Edits 2024-03-21 12:47:09 -05:00
Tyler Mairose
b99d242da0 Add python sdk docs 2024-03-21 12:00:08 -04:00
Colin McKibben
a08aa1a795 Update index.md
Changed the heading sizes
2024-03-21 09:51:27 -04:00
Colin McKibben
a7fa812256 Update Secure Data Share docs
Added additional information about Secure Data Share
2024-03-21 09:17:31 -04:00
Tyler Mairose
b93395e7bc Draft of UI Development Kit guide 2024-03-20 15:21:14 -04:00
Colin McKibben
7c8b8e4a14 Merge pull request #498 from sailpoint-oss/feature/SDS_new_tables
SDS_new_tables: New tables are added and ER is updated accordingly
2024-03-19 12:07:25 -04:00
Colin McKibben
dde8b6f428 Merge pull request #510 from sailpoint-oss/fix/sds
Update SDS overview
2024-03-15 11:23:21 -04:00
darrell-thobe-sp
3aa58919d0 add import for Video 2024-03-15 10:44:14 -04:00
Colin McKibben
63b0922c16 Fix vidyard container for customers 2024-03-15 10:15:15 -04:00
Colin McKibben
cbe2c382ab Specify Identity ER diagram 2024-03-15 09:55:35 -04:00
Colin McKibben
b33a8a84c0 Update SDS overview
Fixed spelling and grammar issues.
2024-03-15 09:49:42 -04:00
christina-gagnon-sp
78488e1d0c Update idn_rule_utility.md
In this example of how to differentiate between the two classes of type identity,  an incorrect method for the sailpoint.rule.Identity class is referenced:

sailpoint.rule.Identity foundIdentity = idn.getIdentityById("uid");
String email = foundIdentity.getAttribute("email");

It should be changed to:

sailpoint.rule.Identity foundIdentity = idn.getIdentityById("uid");
String email = foundIdentity.getEmail();

Looks like it got changed when this content was copied from 
https://community.sailpoint.com/t5/IdentityNow-Wiki/Using-IDNRuleUtil-as-a-Wrapper-for-Common-Rule-Operations/ta-p/201496
2024-03-14 17:22:27 -05:00
Colin McKibben
0aae0e156a Update getting-started.md
Added video to connector customizer guide
2024-03-13 15:42:11 -04:00
siva-matli-sp
c827552a44 SDS_new_tables: adding missing entity relationship 2024-03-12 14:17:48 -07:00
siva-matli-sp
aca38cd1b5 SDS_new_tables: Merge remote-tracking branch 'origin/main' into feature/SDS_new_tables 2024-03-12 14:10:08 -07:00
james.haytko
5c80fd0e2d devrel-1483 2024-03-12 13:40:07 -05:00
Marten-hallik
50d9d92f6a Correct formating 2024-03-12 13:04:37 +02:00
james.haytko
e2adb63f7a devrel-1501 2024-03-11 15:00:19 -05:00
yannick-beot-sp
7cddf36b34 Update link to rule validator 2024-03-06 15:32:56 +01:00
Tyler Mairose
ce4529d32a Update idn homepage references to isc 2024-03-01 18:23:02 -05:00
Tyler Mairose
cedc7cd36a Add card descriptions and modify card length 2024-03-01 08:35:22 -05:00
Tyler Mairose
935fd5bb04 Update Cards with font awesome icons and descriptions 2024-02-29 11:42:10 -05:00