Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/19/2024 09:24 AM
Hello,
We are having issues getting the Upload Entitlement from CSV to work for adding Owners to AD Group Entitlements. I have tried a bunch of variations for the Security System (Sec System name and Display name), Endpoint (Endpoint Name and Display name), Owner value (Userkey & Username). I saw different answers in other forum posts. One solution was to use "memberOf" or "memberof" for the Entitlement Type, but the Documentation says to use "member_of". But, the entitlement type for our AD groups is just called "Groups".
Right now, here is what I have for my CSV values and Columns. I am just using the one provided in the Saviynt Documents.
Entitlement Value | ENDPOINT | Security System | Entitlement Type | Entitlement Owner | Owner Rank | Action |
CN=TestAdmins,OU=AD Role Groups,OU=AD Admin,OU=Domain,DC=DomainTest,DC=com | Display Name | System Name | Groups | First.Last (Username) | 26 | add |
Using this configuration above, I get this error: "Ambiguous method overloading for method [Ljava.lang.String;#getAt. Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [interface groovy.lang.Range] [interface java.util.Collection]"
End goal is to add a Primary Certifier to 19,000 AD groups in Saviynt.
Solved! Go to Solution.
04/19/2024 10:42 AM
Entitlement Value | ENDPOINT | Security System | Entitlement Type | Entitlement Owner | Owner Rank | Action |
CN=TestAdmins,OU=AD Role Groups,OU=AD Admin,OU=Domain,DC=DomainTest,DC=com | ENdpoint Name | System Name | memberOf | First.Last (Username) | 26 | add |