github.com/twilio/twilio-go@v1.20.1/rest/flex/v1/docs/FlexV1ConfiguredPlugin.md (about) 1 # FlexV1ConfiguredPlugin 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 the Flex Plugin resource is installed for. | 8 **ConfigurationSid** | Pointer to **string** | The SID of the Flex Plugin Configuration that this Flex Plugin belongs to. | 9 **PluginSid** | Pointer to **string** | The SID of the Flex Plugin. | 10 **PluginVersionSid** | Pointer to **string** | The SID of the Flex Plugin Version. | 11 **Phase** | Pointer to **int** | The phase this Flex Plugin would initialize at runtime. | 12 **PluginUrl** | Pointer to **string** | The URL of where the Flex Plugin Version JavaScript bundle is hosted on. | 13 **UniqueName** | Pointer to **string** | The name that uniquely identifies this Flex Plugin resource. | 14 **FriendlyName** | Pointer to **string** | The friendly name of this Flex Plugin resource. | 15 **Description** | Pointer to **string** | A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long | 16 **PluginArchived** | Pointer to **bool** | Whether the Flex Plugin is archived. The default value is false. | 17 **Version** | Pointer to **string** | The latest version of this Flex Plugin Version. | 18 **Changelog** | Pointer to **string** | A changelog that describes the changes this Flex Plugin Version brings. | 19 **PluginVersionArchived** | Pointer to **bool** | Whether the Flex Plugin Version is archived. The default value is false. | 20 **Private** | Pointer to **bool** | Whether to validate the request is authorized to access the Flex Plugin Version. | 21 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Flex Plugin was installed specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 22 **Url** | Pointer to **string** | The absolute URL of the Flex Plugin resource. | 23 24 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 25 26