Interface DataMaskingPolicy
-
public interface DataMaskingPolicy
An immutable client-side representation of DataMaskingPolicy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DataMaskingPolicy.Definition
The entirety of the DataMaskingPolicy definition.static interface
DataMaskingPolicy.DefinitionStages
The DataMaskingPolicy definition stages.static interface
DataMaskingPolicy.Update
The template for DataMaskingPolicy update.static interface
DataMaskingPolicy.UpdateStages
The DataMaskingPolicy update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
applicationPrincipals()
Gets the applicationPrincipals property: The list of the application principals.DataMaskingState
dataMaskingState()
Gets the dataMaskingState property: The state of the data masking policy.String
exemptPrincipals()
Gets the exemptPrincipals property: The list of the exempt principals.String
id()
Gets the id property: Fully qualified resource Id for the resource.DataMaskingPolicyInner
innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.DataMaskingPolicyInner object.String
kind()
Gets the kind property: The kind of data masking policy.String
location()
Gets the location property: The location of the data masking policy.String
managedBy()
Gets the managedBy property: Fully qualified resource ID of the sql pool.String
maskingLevel()
Gets the maskingLevel property: The masking level.String
name()
Gets the name property: The name of the resource.DataMaskingPolicy
refresh()
Refreshes the resource to sync with Azure.DataMaskingPolicy
refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.com.azure.core.management.Region
region()
Gets the region of the resource.String
regionName()
Gets the name of the resource region.String
type()
Gets the type property: The type of the resource.DataMaskingPolicy.Update
update()
Begins update for the DataMaskingPolicy resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
location
String location()
Gets the location property: The location of the data masking policy.- Returns:
- the location value.
-
kind
String kind()
Gets the kind property: The kind of data masking policy. Metadata, used for Azure portal.- Returns:
- the kind value.
-
managedBy
String managedBy()
Gets the managedBy property: Fully qualified resource ID of the sql pool.- Returns:
- the managedBy value.
-
dataMaskingState
DataMaskingState dataMaskingState()
Gets the dataMaskingState property: The state of the data masking policy.- Returns:
- the dataMaskingState value.
-
exemptPrincipals
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:
- the exemptPrincipals value.
-
applicationPrincipals
String applicationPrincipals()
Gets the applicationPrincipals property: The list of the application principals. This is a legacy parameter and is no longer used.- Returns:
- the applicationPrincipals value.
-
maskingLevel
String maskingLevel()
Gets the maskingLevel property: The masking level. This is a legacy parameter and is no longer used.- Returns:
- the maskingLevel value.
-
region
com.azure.core.management.Region region()
Gets the region of the resource.- Returns:
- the region of the resource.
-
regionName
String regionName()
Gets the name of the resource region.- Returns:
- the name of the resource region.
-
innerModel
DataMaskingPolicyInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.DataMaskingPolicyInner object.- Returns:
- the inner object.
-
update
DataMaskingPolicy.Update update()
Begins update for the DataMaskingPolicy resource.- Returns:
- the stage of resource update.
-
refresh
DataMaskingPolicy refresh()
Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
DataMaskingPolicy refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-
-