TenantDataDataConnectorPropertyOverrides Property

Gets a dictionary containing tenant-specific overrides for data connector properties.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "dataConnectorPropertyOverrides", EmitDefaultValue = false)]
public IList<ProviderPropertyOverrideData> DataConnectorPropertyOverrides { get; }

Property Value

Type: IListProviderPropertyOverrideData
The data connector property overrides.
Remarks
The dictionary is keyed by data connector ID, and the values are dictionaries of property values, keyed by property ID. Only properties which need to be overridden need to be specified.
See Also