DownloadSensitiveDataModelDetails

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

Bases: object

Details to download a sensitive data model.

Attributes

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

Methods

__init__(**kwargs) Initializes a new DownloadSensitiveDataModelDetails 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 DownloadSensitiveDataModelDetails. This constant has a value of “XML”

__init__(**kwargs)

Initializes a new DownloadSensitiveDataModelDetails 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 DownloadSensitiveDataModelDetails. Allowed values for this property are: “XML”
data_model_format

Gets the data_model_format of this DownloadSensitiveDataModelDetails. The format of the sensitive data model file.

Allowed values for this property are: “XML”

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