# ConnectClientCredentialsRequest
## Properties
**scopes** | Option<**Vec<String>**> | | [optional]
**cc_client_id** | Option<**String**> | OAuth client ID. Omit to use the credentials configured on the provider's instance OAuth entry. | [optional]
**cc_client_secret** | Option<**String**> | OAuth client secret. Omit to use the credentials configured on the provider's instance OAuth entry. | [optional]
**cc_instance** | Option<**String**> | Instance name for built-in providers whose client-credentials token URL is instance-templated; substituted into the fixed-host registry template server-side. The token URL is never caller-supplied. | [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)