github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010ConnectApp.md (about) 1 # ApiV2010ConnectApp 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource. | 8 **AuthorizeRedirectUrl** | Pointer to **string** | The URL we redirect the user to after we authenticate the user and obtain authorization to access the Connect App. | 9 **CompanyName** | Pointer to **string** | The company name set for the Connect App. | 10 **DeauthorizeCallbackMethod** | Pointer to **string** | The HTTP method we use to call `deauthorize_callback_url`. | 11 **DeauthorizeCallbackUrl** | Pointer to **string** | The URL we call using the `deauthorize_callback_method` to de-authorize the Connect App. | 12 **Description** | Pointer to **string** | The description of the Connect App. | 13 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 14 **HomepageUrl** | Pointer to **string** | The public URL where users can obtain more information about this Connect App. | 15 **Permissions** | Pointer to [**[]string**](ConnectAppEnumPermission.md) | The set of permissions that your ConnectApp requests. | 16 **Sid** | Pointer to **string** | The unique string that that we created to identify the ConnectApp resource. | 17 **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. | 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21