UpdatePropertySetApexDocumentGeneratorDetails¶
-
class
oci.database_tools_runtime.models.UpdatePropertySetApexDocumentGeneratorDetails(**kwargs)¶ Bases:
oci.database_tools_runtime.models.update_property_set_details.UpdatePropertySetDetailsContains the update details of an APEX document generator 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 autonomous_database_resource_principal_statusGets the autonomous_database_resource_principal_status of this UpdatePropertySetApexDocumentGeneratorDetails. credential_keyGets the credential_key of this UpdatePropertySetApexDocumentGeneratorDetails. function_idGets the function_id of this UpdatePropertySetApexDocumentGeneratorDetails. invoke_endpointGets the invoke_endpoint of this UpdatePropertySetApexDocumentGeneratorDetails. key[Required] Gets the key of this UpdatePropertySetDetails. object_storage_bucket_compartment_idGets the object_storage_bucket_compartment_id of this UpdatePropertySetApexDocumentGeneratorDetails. object_storage_endpointGets the object_storage_endpoint of this UpdatePropertySetApexDocumentGeneratorDetails. object_storage_namespaceGets the object_storage_namespace of this UpdatePropertySetApexDocumentGeneratorDetails. print_server_typeGets the print_server_type of this UpdatePropertySetApexDocumentGeneratorDetails. Methods
__init__(**kwargs)Initializes a new UpdatePropertySetApexDocumentGeneratorDetails 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 UpdatePropertySetApexDocumentGeneratorDetails object with values from keyword arguments. The default value of the
keyattribute of this class isAPEX_DOCUMENT_GENERATORand 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 UpdatePropertySetApexDocumentGeneratorDetails. Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”
- print_server_type (str) – The value to assign to the print_server_type property of this UpdatePropertySetApexDocumentGeneratorDetails.
- credential_key (str) – The value to assign to the credential_key property of this UpdatePropertySetApexDocumentGeneratorDetails.
- autonomous_database_resource_principal_status (str) – The value to assign to the autonomous_database_resource_principal_status property of this UpdatePropertySetApexDocumentGeneratorDetails.
- object_storage_namespace (str) – The value to assign to the object_storage_namespace property of this UpdatePropertySetApexDocumentGeneratorDetails.
- object_storage_bucket_compartment_id (str) – The value to assign to the object_storage_bucket_compartment_id property of this UpdatePropertySetApexDocumentGeneratorDetails.
- object_storage_endpoint (str) – The value to assign to the object_storage_endpoint property of this UpdatePropertySetApexDocumentGeneratorDetails.
- function_id (str) – The value to assign to the function_id property of this UpdatePropertySetApexDocumentGeneratorDetails.
- invoke_endpoint (str) – The value to assign to the invoke_endpoint property of this UpdatePropertySetApexDocumentGeneratorDetails.
-
autonomous_database_resource_principal_status¶ Gets the autonomous_database_resource_principal_status of this UpdatePropertySetApexDocumentGeneratorDetails. The status of the Autonomous Database Serverless Resource Principal (OCI$RESOURCE_PRINCIPAL)
Returns: The autonomous_database_resource_principal_status of this UpdatePropertySetApexDocumentGeneratorDetails. Return type: str
-
credential_key¶ Gets the credential_key of this UpdatePropertySetApexDocumentGeneratorDetails. The name of the credential used by APEX to manage Object Storage Buckets and Objects as well as invoke the Document Generator function.
Returns: The credential_key of this UpdatePropertySetApexDocumentGeneratorDetails. Return type: str
-
function_id¶ Gets the function_id of this UpdatePropertySetApexDocumentGeneratorDetails. The OCID of the Document Generator function
Returns: The function_id of this UpdatePropertySetApexDocumentGeneratorDetails. Return type: 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.
-
invoke_endpoint¶ Gets the invoke_endpoint of this UpdatePropertySetApexDocumentGeneratorDetails. The base endpoint URL to use to invoke the Document Generator function
Returns: The invoke_endpoint of this UpdatePropertySetApexDocumentGeneratorDetails. 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
-
object_storage_bucket_compartment_id¶ Gets the object_storage_bucket_compartment_id of this UpdatePropertySetApexDocumentGeneratorDetails. The OCID of the compartment containing the Object Storage Buckets managed by APEX
Returns: The object_storage_bucket_compartment_id of this UpdatePropertySetApexDocumentGeneratorDetails. Return type: str
-
object_storage_endpoint¶ Gets the object_storage_endpoint of this UpdatePropertySetApexDocumentGeneratorDetails. Object Storage Endpoint
Returns: The object_storage_endpoint of this UpdatePropertySetApexDocumentGeneratorDetails. Return type: str
-
object_storage_namespace¶ Gets the object_storage_namespace of this UpdatePropertySetApexDocumentGeneratorDetails. The Object Storage Namespace containing the Object Storage Buckets managed by APEX
Returns: The object_storage_namespace of this UpdatePropertySetApexDocumentGeneratorDetails. Return type: str
-
print_server_type¶ Gets the print_server_type of this UpdatePropertySetApexDocumentGeneratorDetails. The print server type
Returns: The print_server_type of this UpdatePropertySetApexDocumentGeneratorDetails. Return type: str
-