Commit Graph

38 Commits

Author SHA1 Message Date
darrell-thobe-sp
09cd0e56fb Merge pull request #691 from yannick-beot-sp/patch-2
Update build_map_rule.md
2024-12-03 09:26:40 -05:00
yannick-beot-sp
c000c8f88f Update build_map_rule.md 2024-12-03 11:14:00 +01:00
Rob Buskens
1cda3d2071 Update build_map_rule.md
corrected missed col to cols
2024-12-02 15:46:08 -06:00
Rob Buskens
5ee78127ec Update build_map_rule.md
The rule is provided a cols attribute, not a col attribute. The example will fail as documented.

example template and code for the connector rule development option, allowed for delimited file buildmap rules, has been included.

For the cloud connector rule development process, the past example fails as the signature definition is required. I have added the minimum signature required based on a rule deploy done last week.
2024-12-02 09:43:57 -06:00
darrell-thobe-sp
fb64cb4304 Merge pull request #687 from sailpoint-oss/fix/buildMapRuleDoc
fix typo from cols to col
2024-11-25 11:58:53 -05:00
mostafa-helmy-sp
8297575c7f Update before_after_operation_rule.md - Fixed incorrect line in the PowerShell script template
Changed $requestString to $env:Request when initializing the $sReader
2024-11-25 16:09:51 +00:00
darrell-thobe-sp
e6fc257828 fix typo from cols to col 2024-11-25 10:46:43 -05:00
Colin McKibben
063ab7ffb9 Merge pull request #674 from GeoffAtIDW/patch-19
Update index.md - Added details on the Signature section.
2024-11-14 09:37:27 -05:00
GeoffAtIDW
4d490d4cd7 Update index.md - Added note about the difference between index and the sequenceNumberForEndpoint
Update index.md - Added note about the difference between index and the sequenceNumberForEndpoint
2024-11-13 15:20:49 -05:00
GeoffAtIDW
34f08cc532 Update index.md - Added details on the Signature section.
- Added details on the Signature section.
2024-11-11 14:48:46 -05:00
GeoffAtIDW
86dbe2e92a Update index.md - Fixed Formatting of the Before Provisioning and After Provisioning WebService calls
Fixed Formatting of the Before Provisioning and After Provisioning WebService calls
2024-11-05 15:34:07 -05:00
Tyler Mairose
e24972dc04 Fix broken anchor links 2024-09-24 09:09:33 -04:00
hari-patel-sp
a2eba0cccf Update index.md
Clarifying proper usage of logging levels.
2024-08-06 08:41:36 -05:00
piyush-khandelwal-sp
c5be379ba7 Update index.md 2024-07-24 12:13:00 +10:00
piyush-khandelwal-sp
1eb04d7e01 Update and rename generic_rule.md to transform_rule.md 2024-07-24 12:03:45 +10:00
Tyler Mairose
3a89c36c5a Fix DocCardList descriptions and DocCardList titles not showing up for Rule items 2024-07-11 11:32:16 -04:00
Tyler Mairose
47445ac499 Fix build errors 2024-07-04 15:48:43 -04:00
darrell-thobe-sp
2fb965e77b start for upgrading to v3 2024-07-02 16:55:54 -04:00
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
darrell-thobe-sp
2cd5ccfc81 Prettified Code! 2024-04-18 10:31:05 +00: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
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
yannick-beot-sp
7cddf36b34 Update link to rule validator 2024-03-06 15:32:56 +01: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
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