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

Get-QlikAuditRule with -environmentAttributes always returns (400) Bad Request #166

Open
gorkor opened this issue Nov 15, 2021 · 2 comments

Comments

@gorkor
Copy link

gorkor commented Nov 15, 2021

I would like to use the Get-QlikAuditRule with the environmentAttributes parameter set, but I always get a (400) Bad Request response as soon as -environmentAttributes is included in the Get-QlikAuditRule call.

The Get-QlikAuditRule call works for other parameter combinations.

@ahaydon
Copy link
Owner

ahaydon commented Nov 22, 2021

Please can you provide an example of the command that you are using.

@gorkor
Copy link
Author

gorkor commented Nov 22, 2021

Sure!
This works:
Get-QlikAuditRule -resourceType Stream -userFilter "name eq 'john.doe'"

This gives 400:
Get-QlikAuditRule -resourceType Stream -userFilter "name eq 'john.doe'" -environmentAttributes "group='data.access.qs'"

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

No branches or pull requests

2 participants