Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing attributes to Template DTO objects #54

Open
patrickboston opened this issue Jan 30, 2024 · 2 comments
Open

Missing attributes to Template DTO objects #54

patrickboston opened this issue Jan 30, 2024 · 2 comments

Comments

@patrickboston
Copy link

patrickboston commented Jan 30, 2024

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

#53

@colin-mckibben-sp
Copy link
Contributor

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants