DataMaskingPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a database data masking policy.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DataMaskingPolicy : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DataMaskingPolicy = class
inherit ProxyResource
Public Class DataMaskingPolicy
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
DataMaskingPolicy() |
Initializes a new instance of the DataMaskingPolicy class. |
DataMaskingPolicy(DataMaskingState, String, String, String, String, String, String, String, String) |
Initializes a new instance of the DataMaskingPolicy class. |
Properties
ApplicationPrincipals |
Gets the list of the application principals. This is a legacy parameter and is no longer used. |
DataMaskingState |
Gets or sets the state of the data masking policy. Possible values include: 'Disabled', 'Enabled' |
ExemptPrincipals |
Gets or sets the list of the exempt principals. Specifies the semicolon-separated list of database users for which the data masking policy does not apply. The specified users receive data results without masking for all of the database queries. |
Id |
Gets resource ID. (Inherited from Resource) |
Kind |
Gets the kind of data masking policy. Metadata, used for Azure portal. |
Location |
Gets the location of the data masking policy. |
MaskingLevel |
Gets the masking level. This is a legacy parameter and is no longer used. |
Name |
Gets resource name. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET