SynapseDataMaskingPolicyData Class

Definition

A class representing the SynapseDataMaskingPolicy data model.

public class SynapseDataMaskingPolicyData : Azure.ResourceManager.Models.ResourceData
type SynapseDataMaskingPolicyData = class
    inherit ResourceData
Public Class SynapseDataMaskingPolicyData
Inherits ResourceData
Inheritance
SynapseDataMaskingPolicyData

Constructors

SynapseDataMaskingPolicyData()

Initializes a new instance of SynapseDataMaskingPolicyData.

Properties

ApplicationPrincipals

The list of the application principals. This is a legacy parameter and is no longer used.

DataMaskingState

The state of the data masking policy.

ExemptPrincipals

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Kind

The kind of data masking policy. Metadata, used for Azure portal.

Location

The location of the data masking policy.

ManagedBy

Fully qualified resource ID of the sql pool.

MaskingLevel

The masking level. This is a legacy parameter and is no longer used.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to