* Add support for setting IDP user `identity_type` for identifying non-human identity (NHI) accounts. IDP User's attribute `identity_type` can be set using the `IdPUserIdentityType` enum. Accounts default to `HUMAN`.
svc_account = idp.add_user("svc_01", "Service Account", "helpdeskexample.com", "svc_01")
svc_account.identity_type = IdPUserIdentityType.NonHuman
* Add `update_provisioning_status` method to `OAAClient` class. Allows enabling provisioning source on providers that support is such as HRIS template providers.