DownloadSensitiveTypesExportDetails

class oci.data_safe.models.DownloadSensitiveTypesExportDetails(**kwargs)

Bases: object

Details to download a sensitive types export.

Attributes

DATA_MODEL_FORMAT_XML A constant which can be used with the data_model_format property of a DownloadSensitiveTypesExportDetails.
data_model_format Gets the data_model_format of this DownloadSensitiveTypesExportDetails.

Methods

__init__(**kwargs) Initializes a new DownloadSensitiveTypesExportDetails object with values from keyword arguments.
DATA_MODEL_FORMAT_XML = 'XML'

A constant which can be used with the data_model_format property of a DownloadSensitiveTypesExportDetails. This constant has a value of “XML”

__init__(**kwargs)

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

Parameters:data_model_format (str) – The value to assign to the data_model_format property of this DownloadSensitiveTypesExportDetails. Allowed values for this property are: “XML”
data_model_format

Gets the data_model_format of this DownloadSensitiveTypesExportDetails. The format of the sensitive types export file.

Allowed values for this property are: “XML”

Returns:The data_model_format of this DownloadSensitiveTypesExportDetails.
Return type:str