Commit Graph

34 Commits

Author SHA1 Message Date
Tyler Mairose
0cf2f56812 Merge pull request #561 from sailpoint-oss/devrel-1524
Add opening brackets back in
2024-05-15 11:04:44 -04:00
Tyler Mairose
947a0fa42e Add opening brackets back in 2024-05-14 13:54:31 -04:00
Tyler Mairose
ae18bffafc Merge branch 'main' into patch-16 2024-05-09 14:52:51 -04:00
Tyler Mairose
2fe4bc6bc2 Merge pull request #559 from GeoffAtIDW/patch-15
Update jdbc_build_map_rule.md
2024-05-09 14:52:04 -04:00
GeoffAtIDW
c3c01706cd Update jdbc_build_map_rule.md
Corrected the purpose for the application and schema
2024-05-09 14:38:31 -04:00
GeoffAtIDW
e3cf0703ef Update jdbc_build_map_rule.md
Corrected the Purpose for Application and Schema in the table
2024-05-09 14:37:35 -04:00
GeoffAtIDW
ffd816db83 Update jdbc_provision_rule.md
Corrected the purpose for the application and schema
2024-05-09 14:32:11 -04:00
Tyler Mairose
7d1c53d965 Merge pull request #557 from sailpoint-oss/devrel-1524
Update rule code restrictions
2024-05-09 13:59:29 -04:00
Tyler Mairose
b88eb6af92 Update rule code restrictions 2024-05-09 13:58:04 -04:00
Tyler Mairose
904fb591ce Add note to identity attribute rule 2024-05-09 13:53:25 -04:00
Tyler Mairose
c1ff644967 Fix attributeDefinition object type 2024-05-09 11:18:31 -04:00
Tyler Mairose
008f8b36f5 Add RFC5646 transform docs 2024-05-08 14:55:18 -04:00
Tyler Mairose
1ad2524017 Add new transform doc and improve build times 2024-05-08 12:36:17 -04:00
christina-gagnon-sp
d6ab28b22e Updated reference and username generator transform docs 2024-04-26 15:33:56 -05:00
darrell-thobe-sp
9bd9d243dd merge main and fix conflicts 2024-04-18 07:03:32 -04:00
darrell-thobe-sp
2cd5ccfc81 Prettified Code! 2024-04-18 10:31:05 +00:00
Colin McKibben
de06c0ebc5 Added dev days videos to documentation 2024-04-15 04:38:32 -05:00
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