Get Data Masking Policy Result
data class GetDataMaskingPolicyResult(val applicationPrincipals: String, val azureApiVersion: String, val dataMaskingState: String, val exemptPrincipals: String? = null, val id: String, val kind: String, val location: String, val maskingLevel: String, val name: String, val type: String)
A database data masking policy.
Constructors
Properties
Link copied to clipboard
The list of the application principals. This is a legacy parameter and is no longer used.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The state of the data masking policy.
Link copied to clipboard
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.
Link copied to clipboard
The masking level. This is a legacy parameter and is no longer used.