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 Composite Operations for Identity Domains #629

Open
pastyGRB opened this issue Mar 8, 2024 · 0 comments
Open

Missing Composite Operations for Identity Domains #629

pastyGRB opened this issue Mar 8, 2024 · 0 comments
Labels
IAM Issue pertains to the IAM service

Comments

@pastyGRB
Copy link

pastyGRB commented Mar 8, 2024

The Client Composite Operations for the Identity Domains client don't exist. When attempting to automate the creation of a user and add existing users to groups, there are no composite operations.

I tried to execute one similar to that which is included with the Identity client and it failed:

identity_domain_client = oci.identity_domains.IdentityDomainsClient(config, i.url)
identity_composite=oci.identity_domains.IdentityDomainsClientCompositeOperations(identity_domain_client)
user_model=oci.identity_domains.models.User( ... )
user_info=identity_composite.create_user_and_wait_for_state(user=user_model, wait_for_states=["ACTIVE","INACTIVE","DELETING"])

Please add this to backlog for this client with priority. Identity domains have proven difficult to work with programatically.

@bhagwatvyas bhagwatvyas added the IAM Issue pertains to the IAM service label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IAM Issue pertains to the IAM service
Projects
None yet
Development

No branches or pull requests

2 participants