SynapseDataMaskingRuleData Class

Definition

A class representing the SynapseDataMaskingRule data model. Represents a Sql pool data masking rule.

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

Constructors

SynapseDataMaskingRuleData()

Initializes a new instance of SynapseDataMaskingRuleData.

Properties

AliasName

The alias name. This is a legacy parameter and is no longer used.

ColumnName

The column name on which the data masking rule is applied.

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 Rule. Metadata, used for Azure portal.

Location

The location of the data masking rule.

MaskingFunction

The masking function that is used for the data masking rule.

Name

The name of the resource.

(Inherited from ResourceData)
NumberFrom

The numberFrom property of the masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored.

NumberTo

The numberTo property of the data masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored.

PrefixSize

If maskingFunction is set to Text, the number of characters to show unmasked in the beginning of the string. Otherwise, this parameter will be ignored.

ReplacementString

If maskingFunction is set to Text, the character to use for masking the unexposed part of the string. Otherwise, this parameter will be ignored.

ResourceType

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

(Inherited from ResourceData)
RuleId

The rule Id.

RuleState

The rule state. Used to delete a rule. To delete an existing rule, specify the schemaName, tableName, columnName, maskingFunction, and specify ruleState as disabled. However, if the rule doesn't already exist, the rule will be created with ruleState set to enabled, regardless of the provided value of ruleState.

SchemaName

The schema name on which the data masking rule is applied.

SuffixSize

If maskingFunction is set to Text, the number of characters to show unmasked at the end of the string. Otherwise, this parameter will be ignored.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TableName

The table name on which the data masking rule is applied.

Applies to