CatalogOrganizationService.

patch_identity_provider_attributes

patch_identity_provider_attributes(identity_provider_id: str, attributes: dict) -> None

Applies changes to the specified identity provider.

Parameters

nametypedescription
identity_provider_idstrIdentity Provider identification string. e.g. "auth0"
attributesdictA dictionary containing attributes of the identity provider to be changed.

Returns

None