PropertySetApexFaIntegration

class oci.database_tools_runtime.models.PropertySetApexFaIntegration(**kwargs)

Bases: oci.database_tools_runtime.models.property_set.PropertySet

Contains the details of an APEX FA Integration property set

Attributes

KEY_APEX str(object=’’) -> str
KEY_APEX_DOCUMENT_GENERATOR str(object=’’) -> str
KEY_APEX_FA_INTEGRATION str(object=’’) -> str
KEY_ORACLE_DATABASE_EXTERNAL_AUTHENTICATION str(object=’’) -> str
authentication_substitutions Gets the authentication_substitutions of this PropertySetApexFaIntegration.
instance_dbms_credential_enabled Gets the instance_dbms_credential_enabled of this PropertySetApexFaIntegration.
is_mutable [Required] Gets the is_mutable of this PropertySet.
key [Required] Gets the key of this PropertySet.
prerequisites_check Gets the prerequisites_check of this PropertySetApexFaIntegration.

Methods

__init__(**kwargs) Initializes a new PropertySetApexFaIntegration object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
KEY_APEX = 'APEX'
KEY_APEX_DOCUMENT_GENERATOR = 'APEX_DOCUMENT_GENERATOR'
KEY_APEX_FA_INTEGRATION = 'APEX_FA_INTEGRATION'
KEY_ORACLE_DATABASE_EXTERNAL_AUTHENTICATION = 'ORACLE_DATABASE_EXTERNAL_AUTHENTICATION'
__init__(**kwargs)

Initializes a new PropertySetApexFaIntegration object with values from keyword arguments. The default value of the key attribute of this class is APEX_FA_INTEGRATION and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (str) – The value to assign to the key property of this PropertySetApexFaIntegration. Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”
  • is_mutable (bool) – The value to assign to the is_mutable property of this PropertySetApexFaIntegration.
  • authentication_substitutions (dict(str, str)) – The value to assign to the authentication_substitutions property of this PropertySetApexFaIntegration.
  • instance_dbms_credential_enabled (str) – The value to assign to the instance_dbms_credential_enabled property of this PropertySetApexFaIntegration.
  • prerequisites_check (oci.database_tools_runtime.models.ApexFaIntegrationPrerequisitesCheck) – The value to assign to the prerequisites_check property of this PropertySetApexFaIntegration.
authentication_substitutions

Gets the authentication_substitutions of this PropertySetApexFaIntegration. APEX FA Integration key-value pairs.

Returns:The authentication_substitutions of this PropertySetApexFaIntegration.
Return type:dict(str, str)
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

instance_dbms_credential_enabled

Gets the instance_dbms_credential_enabled of this PropertySetApexFaIntegration. Specifies whether database credentials can be used in all workspaces on the APEX instance. Supported values include: “Y”, “N” and empty string.

Returns:The instance_dbms_credential_enabled of this PropertySetApexFaIntegration.
Return type:str
is_mutable

[Required] Gets the is_mutable of this PropertySet. Indicates whether the property set is mutable or not

Returns:The is_mutable of this PropertySet.
Return type:bool
key

[Required] Gets the key of this PropertySet. The name of the property set

Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The key of this PropertySet.
Return type:str
prerequisites_check

Gets the prerequisites_check of this PropertySetApexFaIntegration.

Returns:The prerequisites_check of this PropertySetApexFaIntegration.
Return type:oci.database_tools_runtime.models.ApexFaIntegrationPrerequisitesCheck