Show / Hide Table of Contents

Class CreateDataMaskingActivityDetails

The information about current data masking request.

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

Properties

IsResumeDataMasking

Declaration
[JsonProperty(PropertyName = "isResumeDataMasking")]
public bool? IsResumeDataMasking { get; set; }
Property Value
Type Description
bool?

This allows the Data Safe service to resume the previously failed data masking activity.

In this article
Back to top