github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/IntegrationSubscription.md (about)

     1  # IntegrationSubscription
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Links** | [***HierarchicalLinks**](HierarchicalLinks.md) |  | [optional] [default to null]
     7  **Id** | **string** | The unique resource id. | [optional] [default to null]
     8  **Kind** | **string** | The type of integration associated with this configuration. | [optional] [default to null]
     9  **Name** | **string** | The user-defined name associated with this configuration. | [optional] [default to null]
    10  **Config** | [***interface{}**](interface{}.md) | A key-value mapping of configuration fields. | [optional] [default to null]
    11  **Statements** | [**[]Statement**](Statement.md) |  | [optional] [default to null]
    12  **On** | **bool** | Whether or not the integration is currently active. | [optional] [default to null]
    13  **Tags** | **[]string** | An array of tags for this integration configuration. | [optional] [default to null]
    14  **Status** | [***IntegrationSubscriptionStatus**](IntegrationSubscription__status.md) |  | [optional] [default to null]
    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