Class PropertySetApexFaIntegration
Contains the details of an APEX FA Integration property set
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class PropertySetApexFaIntegration : PropertySet
Properties
AuthenticationSubstitutions
Declaration
[JsonProperty(PropertyName = "authenticationSubstitutions")]
public Dictionary<string, string> AuthenticationSubstitutions { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | APEX FA Integration key-value pairs. |
InstanceDbmsCredentialEnabled
Declaration
[JsonProperty(PropertyName = "instanceDbmsCredentialEnabled")]
public string InstanceDbmsCredentialEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Specifies whether database credentials can be used in all workspaces on the APEX instance. Supported values include: "Y", "N" and empty string. |
PrerequisitesCheck
Declaration
[JsonProperty(PropertyName = "prerequisitesCheck")]
public ApexFaIntegrationPrerequisitesCheck PrerequisitesCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| ApexFaIntegrationPrerequisitesCheck |