Class DownloadMaskingPolicyDetails
Details to download a masking policy.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class DownloadMaskingPolicyDetailsProperties
PolicyFormat
Declaration
[JsonProperty(PropertyName = "policyFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public PolicyFormat? PolicyFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| PolicyFormat? | The format of the masking policy file. |