UpdateGdpPipelineDetails

class oci.gdp.models.UpdateGdpPipelineDetails(**kwargs)

Bases: object

The pipeline information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateGdpPipelineDetails object with values from keyword arguments.

Attributes

approval_key_vault_id Gets the approval_key_vault_id of this UpdateGdpPipelineDetails.
authorization_details Gets the authorization_details of this UpdateGdpPipelineDetails.
defined_tags Gets the defined_tags of this UpdateGdpPipelineDetails.
description Gets the description of this UpdateGdpPipelineDetails.
display_name Gets the display_name of this UpdateGdpPipelineDetails.
file_types Gets the file_types of this UpdateGdpPipelineDetails.
freeform_tags Gets the freeform_tags of this UpdateGdpPipelineDetails.
is_approval_needed Gets the is_approval_needed of this UpdateGdpPipelineDetails.
is_chunking_enabled Gets the is_chunking_enabled of this UpdateGdpPipelineDetails.
is_file_override_in_destination_enabled Gets the is_file_override_in_destination_enabled of this UpdateGdpPipelineDetails.
is_scanning_enabled Gets the is_scanning_enabled of this UpdateGdpPipelineDetails.
service_log_group_id Gets the service_log_group_id of this UpdateGdpPipelineDetails.
__init__(**kwargs)

Initializes a new UpdateGdpPipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateGdpPipelineDetails.
  • description (str) – The value to assign to the description property of this UpdateGdpPipelineDetails.
  • service_log_group_id (str) – The value to assign to the service_log_group_id property of this UpdateGdpPipelineDetails.
  • file_types (list[str]) – The value to assign to the file_types property of this UpdateGdpPipelineDetails.
  • authorization_details (str) – The value to assign to the authorization_details property of this UpdateGdpPipelineDetails.
  • is_file_override_in_destination_enabled (bool) – The value to assign to the is_file_override_in_destination_enabled property of this UpdateGdpPipelineDetails.
  • is_scanning_enabled (bool) – The value to assign to the is_scanning_enabled property of this UpdateGdpPipelineDetails.
  • is_chunking_enabled (bool) – The value to assign to the is_chunking_enabled property of this UpdateGdpPipelineDetails.
  • is_approval_needed (bool) – The value to assign to the is_approval_needed property of this UpdateGdpPipelineDetails.
  • approval_key_vault_id (str) – The value to assign to the approval_key_vault_id property of this UpdateGdpPipelineDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateGdpPipelineDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateGdpPipelineDetails.
approval_key_vault_id

Gets the approval_key_vault_id of this UpdateGdpPipelineDetails. The KMS vault OCID for the key to be used for file transfer approvals.

Returns:The approval_key_vault_id of this UpdateGdpPipelineDetails.
Return type:str
authorization_details

Gets the authorization_details of this UpdateGdpPipelineDetails. Authorization information about the pipeline being configured.

Returns:The authorization_details of this UpdateGdpPipelineDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateGdpPipelineDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateGdpPipelineDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateGdpPipelineDetails. Short field input by customer for a description of the data pipeline use-case.

Returns:The description of this UpdateGdpPipelineDetails.
Return type:str
display_name

Gets the display_name of this UpdateGdpPipelineDetails. Pipeline name. Can be renamed later.

Returns:The display_name of this UpdateGdpPipelineDetails.
Return type:str
file_types

Gets the file_types of this UpdateGdpPipelineDetails. List of file types allowed to be transferred in the data pipeline according to the authorization details (e.g. .pdf, .xml, .doc).

Returns:The file_types of this UpdateGdpPipelineDetails.
Return type:list[str]
freeform_tags

Gets the freeform_tags of this UpdateGdpPipelineDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateGdpPipelineDetails.
Return type:dict(str, str)
is_approval_needed

Gets the is_approval_needed of this UpdateGdpPipelineDetails. Determines whether file transfers need to go through an approval workflow.

Returns:The is_approval_needed of this UpdateGdpPipelineDetails.
Return type:bool
is_chunking_enabled

Gets the is_chunking_enabled of this UpdateGdpPipelineDetails. Determines whether file must be chunked during the transfer. This is only a property of SENDER pipelines.

Returns:The is_chunking_enabled of this UpdateGdpPipelineDetails.
Return type:bool
is_file_override_in_destination_enabled

Gets the is_file_override_in_destination_enabled of this UpdateGdpPipelineDetails. Enable file override feature in destination bucket

Returns:The is_file_override_in_destination_enabled of this UpdateGdpPipelineDetails.
Return type:bool
is_scanning_enabled

Gets the is_scanning_enabled of this UpdateGdpPipelineDetails. Determines whether GDP Scanning should be enabled for the pipeline.

Returns:The is_scanning_enabled of this UpdateGdpPipelineDetails.
Return type:bool
service_log_group_id

Gets the service_log_group_id of this UpdateGdpPipelineDetails. the OCID of the service log group.

Returns:The service_log_group_id of this UpdateGdpPipelineDetails.
Return type:str