okta / okta-sdk-python

Apache License 2.0
229 stars 143 forks source link

[Sdk v3] Define desired usage patterns #411

Open bryanapellanes-okta opened 1 month ago

bryanapellanes-okta commented 1 month ago

Define and document the intended high level usage patterns for consumers of the Sdk, beyond just the generated API clients. Presumably contextual CRUD operations would be appropriate. Something like the following:

python okta application create --input /path/to/application/yaml/or/json

Additionally search could be done like the following:

python okta users search --where {searchOptions}

This approach could leverage the existing user query options described here: https://developer.okta.com/docs/reference/user-query/