sailpoint-oss / api-specs

This repo houses the API specifications for all SailPoint services.
MIT License
10 stars 17 forks source link

Missing attributes to Template DTO objects #54

Open patrickboston opened 8 months ago

patrickboston commented 8 months ago

When using Get-BetaNotificationTemplates in the PowerShell SDK, it returns additional attributes slackTemplate and teamsTemplate, which always seem to be null by the way. ConvertFrom-BetaJsonToTemplateDto does not account for these today I guess because they are not defined in the TemplateDto schemas, so the error below is thrown if you try to convert templates as they are exported out of a tenant in order to push them to another. image

https://github.com/sailpoint-oss/api-specs/pull/53

colin-mckibben-sp commented 8 months ago

Thank you for reporting this @patrickboston . I have opened a PR to add an additional check in our schema validator tool which will surface any more instances of additional properties in SailPoint's APIs. This tool will fix the two properties you mentioned here, and it may find more for us to fix. Once we find and fix the missing properties, I will close out this ticket.

jordan-violet-sp commented 5 months ago

This issue has been mentioned on SailPoint Developer Community Forum. There might be relevant details there:

https://developer.sailpoint.com/discuss/t/official-powershell-identitynow-sdk-unofficial-quickstart-guide/9160/8