# UpdateOAuthAppRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The id of the client application | **name** | **String** | The name of the client application | **description** | **String** | A short description of the application | **icon_url** | Option<**String**> | A URL to an icon to display with the application | [optional] **callback_urls** | **Vec** | A list of callback URLs for the appliation | **homepage** | **String** | A link to the website of the application | **is_trusted** | Option<**bool**> | Set this to `true` to skip asking users for permission. It will be set to false if value is not provided. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)