Data Masking Policies - Create Or Update
データベース データ マスク ポリシーを作成または更新します。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/dataMaskingPolicies/Default?api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
database
|
path | True |
string |
データベースの名前。 |
data
|
path | True |
データ マスク ポリシーが適用されるデータベースの名前。 |
|
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
要求本文
名前 | 必須 | 型 | 説明 |
---|---|---|---|
properties.dataMaskingState | True |
データ マスキング ポリシーの状態。 |
|
properties.exemptPrincipals |
string |
除外プリンシパルの一覧。 データ マスク ポリシーが適用されないデータベース ユーザーのセミコロン区切りのリストを指定します。 指定されたユーザーは、すべてのデータベース クエリをマスクせずにデータの結果を受け取ります。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
データベース データ マスク ポリシーが正常に作成されました。 |
|
201 Created |
データベース データ マスク ポリシーが正常に作成されました.. |
|
Other Status Codes |
エラー応答: *** |
例
Create or update data masking policy max |
Create or update data masking policy min. |
Create or update data masking policy max
要求のサンプル
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-331/dataMaskingPolicies/Default?api-version=2021-11-01
{
"properties": {
"dataMaskingState": "Enabled",
"exemptPrincipals": "testuser;"
}
}
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-331/dataMaskingPolicies/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/dataMaskingPolicies",
"location": "Central US",
"kind": null,
"properties": {
"dataMaskingState": "Enabled",
"applicationPrincipals": "",
"exemptPrincipals": "testuser;",
"maskingLevel": ""
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-331/dataMaskingPolicies/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/dataMaskingPolicies",
"location": "Central US",
"kind": null,
"properties": {
"dataMaskingState": "Enabled",
"applicationPrincipals": "",
"exemptPrincipals": "testuser;",
"maskingLevel": ""
}
}
Create or update data masking policy min.
要求のサンプル
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-331/dataMaskingPolicies/Default?api-version=2021-11-01
{
"properties": {
"dataMaskingState": "Enabled"
}
}
応答のサンプル
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-331/dataMaskingPolicies/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/dataMaskingPolicies",
"location": "Central US",
"kind": null,
"properties": {
"dataMaskingState": "Enabled",
"applicationPrincipals": "",
"exemptPrincipals": "",
"maskingLevel": ""
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-331/dataMaskingPolicies/Default",
"name": "Default",
"type": "Microsoft.Sql/servers/databases/dataMaskingPolicies",
"location": "Central US",
"kind": null,
"properties": {
"dataMaskingState": "Enabled",
"applicationPrincipals": "",
"exemptPrincipals": "",
"maskingLevel": ""
}
}
定義
名前 | 説明 |
---|---|
Data |
データベース データ マスク ポリシー。 |
Data |
データ マスク ポリシーが適用されるデータベースの名前。 |
Data |
データ マスキング ポリシーの状態。 |
DataMaskingPolicy
データベース データ マスク ポリシー。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソースの ID |
kind |
string |
データ マスク ポリシーの種類。 Azure portalに使用されるメタデータ。 |
location |
string |
データ マスク ポリシーの場所。 |
name |
string |
リソース名。 |
properties.applicationPrincipals |
string |
アプリケーション プリンシパルの一覧。 これはレガシ パラメーターであり、使用されなくなりました。 |
properties.dataMaskingState |
データ マスキング ポリシーの状態。 |
|
properties.exemptPrincipals |
string |
除外プリンシパルの一覧。 データ マスク ポリシーが適用されないデータベース ユーザーのセミコロン区切りのリストを指定します。 指定されたユーザーは、すべてのデータベース クエリをマスクせずにデータの結果を受け取ります。 |
properties.maskingLevel |
string |
マスク レベル。 これはレガシ パラメーターであり、使用されなくなりました。 |
type |
string |
リソースの種類。 |
DataMaskingPolicyName
データ マスク ポリシーが適用されるデータベースの名前。
名前 | 型 | 説明 |
---|---|---|
Default |
string |
DataMaskingState
データ マスキング ポリシーの状態。
名前 | 型 | 説明 |
---|---|---|
Disabled |
string |
|
Enabled |
string |