Class ConnectionFromBICCDetails
The connection details for a FUSION_APP BICC connection.
Inheritance
ConnectionFromBICCDetails
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ConnectionFromBICCDetails : ConnectionDetails
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.
|