Show / Hide Table of Contents

Class DownloadSensitiveTypesExportDetails

Details to download a sensitive types export.

Inheritance
object
DownloadSensitiveTypesExportDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class DownloadSensitiveTypesExportDetails

Properties

DataModelFormat

Declaration
[JsonProperty(PropertyName = "dataModelFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public DataModelFormat? DataModelFormat { get; set; }
Property Value
Type Description
DataModelFormat?

The format of the sensitive types export file.

In this article
Back to top