CatalogOrganizationService.
patch_identity_provider_attributes
patch_identity_provider_attributes(identity_provider_id: str, attributes: dict) -> None
Applies changes to the specified identity provider.
Parameters
| name | type | description |
|---|---|---|
| identity_provider_id | str | Identity Provider identification string. e.g. "auth0" |
| attributes | dict | A dictionary containing attributes of the identity provider to be changed. |
Returns
| type | description |
|---|---|
| None | None |