Open bryanapellanes-okta opened 6 months 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/
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:
Additionally search could be done like the following:
This approach could leverage the existing user query options described here: https://developer.okta.com/docs/reference/user-query/