Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Update Custom property for Endpoint

Vidhimehta
Regular Contributor
Regular Contributor

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.

CR
Regular Contributor III
Regular Contributor III

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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
Regular Contributor

Hello @Manu269 , @rushikeshvartak 

The UI update helped resolve the case.

Thank you for your help.

Regards,

Vidhi.