Patch1P3ProviderLTIData# class Patch1P3ProviderLTIData[source]# Input data required for the LTI::Patch1P3Provider operation. iss: Union[Just[str], _Nothing[str]] = Nothing# The new iss. client_id: Union[Just[str], _Nothing[str]] = Nothing# The new client id. auth_token_url: Union[Just[str], _Nothing[str]] = Nothing# The new authentication token url. auth_login_url: Union[Just[str], _Nothing[str]] = Nothing# The new authentication login url. key_set_url: Union[Just[str], _Nothing[str]] = Nothing# The new key set url. auth_audience: Union[Just[str], _Nothing[str]] = Nothing# The new OAuth2 audience. finalize: Union[Just[bool], _Nothing[bool]] = Nothing# Should this provider be finalized.