Show / Hide Table of Contents

Class DownloadMaskingLogDetails

Details to download the masking log.

Inheritance
object
DownloadMaskingLogDetails
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 DownloadMaskingLogDetails

Properties

MaskingWorkRequestId

Declaration
[JsonProperty(PropertyName = "maskingWorkRequestId")]
public string MaskingWorkRequestId { get; set; }
Property Value
Type Description
string

The OCID of the masking work request that resulted in this masking log.

TargetId

Declaration
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }
Property Value
Type Description
string

The OCID of the target database for which the masking log is to be downloaded.

In this article
Back to top