Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Update Custom property for Endpoint

Vidhimehta
Regular Contributor II
Regular Contributor II

Hello Team,

We are looking to update the custom property for endpoints (not for accounts in endpoints). How can this be achieved?

Vidhimehta_0-1710954568698.png

Regards,

Vidhi.

5 REPLIES 5

dgandhi
All-Star
All-Star

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.

Raghu
All-Star
All-Star

What is use case ?

have endpoints table you can update through enhance query or ui update


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

Can you provide more details on ask ?

  • You want to update label ?
    • Update 
      Endpoint.CustomProperty1.Default.label
       
      rushikeshvartak_0-1710998453350.pngrushikeshvartak_1-1710998481708.png

       

  • You want to update data ?
    • Use enhanced query Sample :
    • SELECT ENDPOINTKEY AS ENDPOINTS__PRIMARYKEY,'Rushi' AS ENDPOINTS__CUSTOMPROPERTY1 FROM ENDPOINTS where endpointname in ('GitHub Copilot') limit 1;

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Manu269
All-Star
All-Star

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. 

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Vidhimehta
Regular Contributor II
Regular Contributor II

Hello @Manu269 , @rushikeshvartak 

The UI update helped resolve the case.

Thank you for your help.

Regards,

Vidhi.