# WeaviateApi.Adapter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**activateUrl** | **String** | URL to adapter web flow to activate the adapter. Deprecated, use the activationUrl returned in the response of the Adapters.activate API. | [optional] 
**activated** | **Boolean** | Whether this adapter has been activated for the current user. | [optional] 
**deactivateUrl** | **String** | URL to adapter web flow to disconnect the adapter. Deprecated, the adapter will be notified via pubsub. | [optional] 
**displayName** | **String** | Display name of the adapter. | [optional] 
**iconUrl** | **String** | URL to an icon that represents the adapter. | [optional] 
**id** | **String** | ID of the adapter. | [optional] 
**manageUrl** | **String** | URL to adapter web flow to connect new devices. Only used for adapters that cannot automatically detect new devices. This field is returned only if the user has already activated the adapter. | [optional] 


