Show / Hide Table of Contents

Class PropertySetApexFaIntegration

Contains the details of an APEX FA Integration property set

Inheritance
object
PropertySet
PropertySetApexFaIntegration
Inherited Members
PropertySet.IsMutable
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top