DataMaskingPolicyInner Class

Definition

Represents a database data masking policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DataMaskingPolicyInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DataMaskingPolicyInner = class
    inherit ProxyResourceInner
Public Class DataMaskingPolicyInner
Inherits ProxyResourceInner
Inheritance
Attributes

Constructors

DataMaskingPolicyInner()

Initializes a new instance of the DataMaskingPolicyInner class.

DataMaskingPolicyInner(DataMaskingState, String, String, String, String, String, String, String, String)

Initializes a new instance of the DataMaskingPolicyInner 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
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

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to