UpdatePropertySetApexFaIntegrationDetails¶
-
class
oci.database_tools_runtime.models.UpdatePropertySetApexFaIntegrationDetails(**kwargs)¶ Bases:
oci.database_tools_runtime.models.update_property_set_details.UpdatePropertySetDetailsContains the update details of an APEX FA Integration property set
Attributes
KEY_APEXstr(object=’’) -> str KEY_APEX_DOCUMENT_GENERATORstr(object=’’) -> str KEY_APEX_FA_INTEGRATIONstr(object=’’) -> str KEY_ORACLE_DATABASE_EXTERNAL_AUTHENTICATIONstr(object=’’) -> str authentication_substitutionsGets the authentication_substitutions of this UpdatePropertySetApexFaIntegrationDetails. instance_dbms_credential_enabledGets the instance_dbms_credential_enabled of this UpdatePropertySetApexFaIntegrationDetails. key[Required] Gets the key of this UpdatePropertySetDetails. Methods
__init__(**kwargs)Initializes a new UpdatePropertySetApexFaIntegrationDetails 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 UpdatePropertySetApexFaIntegrationDetails object with values from keyword arguments. The default value of the
keyattribute of this class isAPEX_FA_INTEGRATIONand 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 UpdatePropertySetApexFaIntegrationDetails. Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”
- authentication_substitutions (dict(str, str)) – The value to assign to the authentication_substitutions property of this UpdatePropertySetApexFaIntegrationDetails.
- instance_dbms_credential_enabled (str) – The value to assign to the instance_dbms_credential_enabled property of this UpdatePropertySetApexFaIntegrationDetails.
-
authentication_substitutions¶ Gets the authentication_substitutions of this UpdatePropertySetApexFaIntegrationDetails. APEX FA Integration key-value pairs.
Returns: The authentication_substitutions of this UpdatePropertySetApexFaIntegrationDetails. 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 UpdatePropertySetApexFaIntegrationDetails. 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 UpdatePropertySetApexFaIntegrationDetails. Return type: str
-
key¶ [Required] Gets the key of this UpdatePropertySetDetails. The name of the property set
Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”
Returns: The key of this UpdatePropertySetDetails. Return type: str
-