DatabaseDataMaskingPolicyModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing a database data masking policy
public class DatabaseDataMaskingPolicyModel : Microsoft.Azure.Commands.Sql.DataMasking.Model.BaseDataMaskingPolicyModel
type DatabaseDataMaskingPolicyModel = class
inherit BaseDataMaskingPolicyModel
Public Class DatabaseDataMaskingPolicyModel
Inherits BaseDataMaskingPolicyModel
- Inheritance
Constructors
DatabaseDataMaskingPolicyModel() |
Properties
DatabaseName |
Gets or sets the database name |
DataMaskingState |
Gets or sets the state of the policy (Inherited from BaseDataMaskingPolicyModel) |
PrivilegedUsers |
Gets or sets the list of the privilege logins (Inherited from BaseDataMaskingPolicyModel) |
ResourceGroupName |
Gets or sets the resource group name (Inherited from BaseDataMaskingPolicyModel) |
ServerName |
Gets or sets the server name (Inherited from BaseDataMaskingPolicyModel) |