Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/20/2024 10:10 AM
Hello Team,
We are looking to update the custom property for endpoints (not for accounts in endpoints). How can this be achieved?
Regards,
Vidhi.
Solved! Go to Solution.
03/20/2024 10:37 AM
Are you facing any issue in updating the endpoint customproperty value?
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.
03/20/2024 10:37 AM
What is use case ?
have endpoints table you can update through enhance query or ui update
03/20/2024 10:22 PM
Can you provide more details on ask ?
SELECT ENDPOINTKEY AS ENDPOINTS__PRIMARYKEY,'Rushi' AS ENDPOINTS__CUSTOMPROPERTY1 FROM ENDPOINTS where endpointname in ('GitHub Copilot') limit 1; |
03/21/2024 02:01 AM
UI customization for EP label :
Navigate > to User Branding > Endpoint.CustomPropertyXX.Default.label and modify.
Sometimes the change takes time to reflect or need server restart.
03/21/2024 02:58 AM
Hello @Manu269 , @rushikeshvartak
The UI update helped resolve the case.
Thank you for your help.
Regards,
Vidhi.