Show / Hide Table of Contents

Class UpdatePropertySetApexFaIntegrationDetails

Contains the update details of an APEX FA Integration property set

Inheritance
object
UpdatePropertySetDetails
UpdatePropertySetApexFaIntegrationDetails
Inherited Members
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 UpdatePropertySetApexFaIntegrationDetails : UpdatePropertySetDetails

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.

In this article
Back to top