# CloudSmlApi.BaseOAuth2Client

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clientId** | **String** |  | 
**clientType** | **String** |  | [optional] 
**defaultScopes** | **[String]** |  | 
**redirectUris** | **[String]** |  | 
**userId** | **String** |  | [optional] 


<a name="ClientTypeEnum"></a>
## Enum: ClientTypeEnum


* `confidential` (value: `"confidential"`)

* `public` (value: `"public"`)




