# NewClient
## Properties
**client_id** | Option<**String**> | A unique identifier for the client. Must be unique for the tenant. | [optional]
**client_key** | Option<**String**> | A secret key for authenticating the client. | [optional]
**callback_url** | Option<**String**> | URL for application to receive OAuth callbacks for executing flows such as authorization_code. | [optional]
**display_name** | Option<**String**> | A name for this client that will be displayed to a user. | [optional]
**description** | Option<**String**> | A description of this client. Optional. | [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)