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

data.yandex_organizationmanager_saml_federation_user_account ограничение в 100 записей #286

Open
kargaily opened this issue Aug 19, 2022 · 0 comments · May be fixed by #287

Comments

@kargaily
Copy link

data.yandex_organizationmanager_saml_federation_user_account не может вернуть информацию больше 100 записей, так как метод listUserAccounts возвращает максимум 100 записей по умолчанию.
Вариант временно решения, это указать в запросе 1000 записей.

В целом сам data ресурс работает не оптимально, если передать в него set из пользователей то на каждого пользователя будет сделан запрос метода listUserAccounts который возвращает информацию о вообще всех пользователях в федерации.

@kargaily kargaily linked a pull request Aug 19, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant