oracle / oracle/oci-python-sdk
Missing Composite Operations for Identity Domains
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 474
- Forks
- 321
- Avg merge
- 23m
- Merged PRs (30d)
- 4
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing IdentityDomainsClient and IdentityDomainsClientCompositeOperations with the analogous Identity client composite operations referenced in the issue. Check how user creation and group membership operations are represented, then verify that the requested composite operations are available for Identity Domains and cover the shown automation flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100