Edit attributes in identity profile of sailpoint identityNow

Hi everyone,

Reaching out to everyone for some suggestions on how to edit the attributes under identity profiles. The visual studio dont support this approach nor the UI. So any suggestion on how to add lastabclogin to lastabclogin Date Type?

Thanks in advance
Regards,

Soundarya

HI @Soundary,

I don’t think we can update the Identity attribute Data type. What is your use case? probably anything can be done.

Thanks.

You can try using ISC plugin in VS Code. I tried once and it worked for me.

@Soundary

Yes, we can only edit ‘displayName’ and ‘type’ attribute values from ISC VS code plugin. But you cannot change the ‘name’ field.

Could you explain with an example what you are trying to do, ui allows add/remove etc as desired other methods like api -names have to be unique so you may need to add a new attribute configured as you want and remove the old.

Hi Nikhlesh,
We currently have some attributes created which are lastawslogin and needs to be changed to lastawslogin Date Type but thats not possible from the ISC plugin of VS. It shows the the below error

Error: The request was syntactically correct but its content is semantically invalid.)

Regards,
Soundarya

Hi Anthony,

We currently have some attributes created which are lastawslogin and needs to be changed to lastawslogin Date Type but thats not possible from the ISC plugin of VS. It shows the the below error

Error: The request was syntactically correct but its content is semantically invalid.)

Regards,
Soundarya
[/quote]

Hi Sagar,

Is this any other way to change the name?

Hi Manan,

I have already used that approach and that doesn’t seem to work.

1 Like

This this is limited by the current API’s, the name is the Sailpoint internal technical name and must be unique. It isn’t currently possible to change the name, you will need to create a new attribute and remap to achieve this.

Hope this helps

1 Like

@Soundary You can try using the rest API for the same

Hi @schattopadhy

That won’t help VS plugin utilises the same API so will have the same controls.

Any specific reason why you cannot remove existing and create new attribute?