Class CreateDataMaskingActivityDetails
The information about current data masking request.
Inherited Members
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class CreateDataMaskingActivityDetailsProperties
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. |