You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Some fields in IAM/IDM API calls have restrictions on what characters can be used. Ideally we should validate these in the library before making the server side call.
We should do a test implemntation for the service API, specifically the name and description fields have a set of invalid characters that should be checked.
Some fields in IAM/IDM API calls have restrictions on what characters can be used. Ideally we should validate these in the library before making the server side call.
We should do a test implemntation for the service API, specifically the
nameanddescriptionfields have a set of invalid characters that should be checked.