Class ConnectionFromBICC
The connection details for a FUSION_APP BICC Connection.
Inheritance
ConnectionFromBICC
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ConnectionFromBICC : Connection
Properties
DefaultExternalStorage
Declaration
[JsonProperty(PropertyName = "defaultExternalStorage")]
public ExternalStorage DefaultExternalStorage { get; set; }
Property Value
PasswordSecret
Declaration
[JsonProperty(PropertyName = "passwordSecret")]
public SensitiveAttribute PasswordSecret { get; set; }
Property Value
Username
Declaration
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
Property Value
Type |
Description |
string |
The user name for the connection.
|