Class CreateConnectionFromBIP
The details to create a Fusion applications BIP connection.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CreateConnectionFromBIP : CreateConnectionDetails
Properties
PasswordSecret
Declaration
[JsonProperty(PropertyName = "passwordSecret")]
public SensitiveAttribute PasswordSecret { get; set; }
Property Value
Type | Description |
---|---|
SensitiveAttribute |
Username
Declaration
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string | The user name for the connection. |