Commit Graph

17 Commits

Author SHA1 Message Date
james.haytko
9601b9904a Edits 2024-04-12 09:55:18 -05:00
Colin McKibben
60f763fc3f Added warning about using third party websites 2024-04-12 09:50: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
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
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
Marten-hallik
50d9d92f6a Correct formating 2024-03-12 13:04:37 +02:00
yannick-beot-sp
7cddf36b34 Update link to rule validator 2024-03-06 15:32:56 +01: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
Tyler Mairose
dcb0bcbcd2 Add more redirects, update docs with Identity Security Cloud 2024-02-28 22:27:50 -05:00
james.haytko
23fe7cb070 More landing changes and updated discuss 2024-02-28 13:40:55 -06:00
Tyler Mairose
43b5700399 Resolve merge conflict 2024-02-28 12:18:18 -05:00
Tyler Mairose
0b52bfff19 Fix broken links 2024-02-28 12:14:29 -05:00
james.haytko
7de6acaea2 landing pages and other changes 2024-02-28 11:04:20 -06:00
Tyler Mairose
afcc52afc5 Refactor docusaurus site for Identity Security Cloud 2024-02-28 10:26:45 -05:00