We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be incredibly useful to be able to filter resource queries based on the Organization Unit of the account where the resource resides.
The text was updated successfully, but these errors were encountered:
@para0056 , I agree, but I wouldn't expect that feature any time soon.
The resource schema doesn't even include the account name or its alias (#15), and that's just a simple 1:1 mapping.
The hierarchy of organizational units makes it more complex to model, especially given the limitations of the advanced query language.
Sorry, something went wrong.
One possible workaround:
accountId IN ('1111', '2222', '3333', ...)
No branches or pull requests
It would be incredibly useful to be able to filter resource queries based on the Organization Unit of the account where the resource resides.
The text was updated successfully, but these errors were encountered: