# 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]
**cc_token_url** | Option<**String**> | Bring-your-own token endpoint override. Only honored together with cc_client_id/cc_client_secret and mutually exclusive with cc_instance; rejected on the shared-instance path. | [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)