Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/17/2023 05:59 PM
I have a few questions about the use of dynamic attributes at the endpoint level. Specifically, I'm using this during the management of service accounts.
Solved! Go to Solution.
03/20/2023 02:11 AM
Please find the reponse below
Thanks
Darshan
03/20/2023 11:15 AM
03/21/2023 12:06 AM
Thanks
Darshan
04/10/2023 07:34 AM
For Q #1 , May be this could be one of a solution if want to explore other option. you can use "Service Account Name Rule " at endpoint level, you can write code to generate account name and same will be used for Account Name.
04/11/2023 03:54 AM
Hi @IAM-VP
I have already mentioned the same in above as well , it can be done via DA or service account name rule , however brandon wants to achieve few more checks and conditions as said above, so suggested him to use the DA which is the best use case
Thanks
Darshan
05/29/2023 11:16 PM
Hi Darshan,
How to write a Validation Condition under a dynamic attribute wherein the requirement is that the name is 15 characters
05/30/2023 10:08 AM
05/30/2023 07:05 AM - edited 05/30/2023 07:06 AM
you can use regex below ,
(?=.*^[A-Z])(?=.*[a-z]).{3,15} - Name should start with Capital later and contains only alphabets and minimum length 3 and maximum 15.
you can modify above regex as per your requirement.
06/04/2023 09:53 PM
Regex is inconsistent at times. Hence wanted to know the format for writing the same in validation condition in dynamic attributes