DataMaskingPolicy Interface
public interface DataMaskingPolicy
An immutable client-side representation of DataMaskingPolicy.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
applicationPrincipals()
Gets the application |
|
abstract
Data |
dataMaskingState()
Gets the data |
| abstract String |
exemptPrincipals()
Gets the exempt |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Data |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: The kind of data masking policy. |
| abstract String |
location()
Gets the location property: The location of the data masking policy. |
| abstract String |
managedBy()
Gets the managed |
| abstract String |
maskingLevel()
Gets the masking |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Data |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Data |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Data |
Method Details
applicationPrincipals
public abstract String applicationPrincipals()
Gets the applicationPrincipals property: The list of the application principals. This is a legacy parameter and is no longer used.
Returns:
dataMaskingState
public abstract DataMaskingState dataMaskingState()
Gets the dataMaskingState property: The state of the data masking policy.
Returns:
exemptPrincipals
public abstract String exemptPrincipals()
Gets the exemptPrincipals property: 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.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DataMaskingPolicyInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.DataMaskingPolicyInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: The kind of data masking policy. Metadata, used for Azure portal.
Returns:
location
public abstract String location()
Gets the location property: The location of the data masking policy.
Returns:
managedBy
public abstract String managedBy()
Gets the managedBy property: Fully qualified resource ID of the sql pool.
Returns:
maskingLevel
public abstract String maskingLevel()
Gets the maskingLevel property: The masking level. This is a legacy parameter and is no longer used.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract DataMaskingPolicy refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract DataMaskingPolicy refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract DataMaskingPolicy.Update update()
Begins update for the DataMaskingPolicy resource.
Returns: