github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010AuthorizedConnectApp.md (about) 1 # ApiV2010AuthorizedConnectApp 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 AuthorizedConnectApp resource. | 8 **ConnectAppCompanyName** | Pointer to **string** | The company name set for the Connect App. | 9 **ConnectAppDescription** | Pointer to **string** | A detailed description of the Connect App. | 10 **ConnectAppFriendlyName** | Pointer to **string** | The name of the Connect App. | 11 **ConnectAppHomepageUrl** | Pointer to **string** | The public URL for the Connect App. | 12 **ConnectAppSid** | Pointer to **string** | The SID that we assigned to the Connect App. | 13 **Permissions** | Pointer to [**[]string**](AuthorizedConnectAppEnumPermission.md) | The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`. | 14 **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18