GetDataMaskingPolicyResult

data class GetDataMaskingPolicyResult(val applicationPrincipals: 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)

Represents a database data masking policy.

Constructors

Link copied to clipboard
constructor(applicationPrincipals: String, dataMaskingState: String, exemptPrincipals: String? = null, id: String, kind: String, location: String, maskingLevel: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

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 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
val id: String

Resource ID.

Link copied to clipboard

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

Link copied to clipboard

The location of the data masking policy.

Link copied to clipboard

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

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type.