Show / Hide Table of Contents

Class GenerateMaskingPolicyForDownloadDetails

Details to generate a downloadable masking policy.

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

Properties

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.

In this article
Back to top