Class ConfigProvider
The information about the configuration provider.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ConfigProviderProperties
Bindings
Declaration
[JsonProperty(PropertyName = "bindings")]
public Dictionary<string, ParameterValue> Bindings { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, ParameterValue> | The configuration provider bindings. | 
ChildProviders
Declaration
[JsonProperty(PropertyName = "childProviders")]
public Dictionary<string, ConfigProvider> ChildProviders { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, ConfigProvider> | The child providers. |