Information Protection Policies - Create Or Update
信息保護原則的詳細數據。
PUT https://management.azure.com/{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}?api-version=2017-08-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
information
|
path | True |
資訊保護原則的名稱。 |
|
scope
|
path | True |
string |
查詢的範圍可以是訂用帳戶 (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) 或管理群組 (/providers/Microsoft.Management/managementGroups/mgName)。 |
api-version
|
query | True |
string |
作業的 API 版本 |
要求本文
名稱 | 類型 | Description |
---|---|---|
properties.informationTypes |
<string,
Information |
敏感度信息類型。 |
properties.labels |
<string,
Sensitivity |
敏感度標籤的字典。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
還行 |
|
201 Created |
創建 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Create or update an information protection policy for a management group
範例要求
PUT https://management.azure.com/providers/Microsoft.Management/managementGroups/148059f7-faf3-49a6-ba35-85122112291e/providers/Microsoft.Security/informationProtectionPolicies/custom?api-version=2017-08-01-preview
{
"properties": {
"labels": {
"1345da73-bc5a-4a8f-b7dd-3820eb713da8": {
"displayName": "Public",
"order": 100,
"enabled": true
},
"7aa516c7-5a53-4857-bc6e-6808c6acd542": {
"displayName": "General",
"order": 200,
"enabled": true
},
"575739d2-3d53-4df0-9042-4c7772d5c7b1": {
"displayName": "Confidential",
"order": 300,
"enabled": true
}
},
"informationTypes": {
"7fb9419d-2473-4ad8-8e11-b25cc8cf6a07": {
"displayName": "Networking",
"order": 100,
"recommendedLabelId": "575739d2-3d53-4df0-9042-4c7772d5c7b1",
"enabled": true,
"custom": false,
"keywords": [
{
"pattern": "%networking%",
"custom": true,
"canBeNumeric": false
}
]
},
"3bf35491-99b8-41f2-86d5-c1200a7df658": {
"displayName": "Custom",
"order": 1400,
"recommendedLabelId": "7aa516c7-5a53-4857-bc6e-6808c6acd542",
"enabled": true,
"custom": true,
"keywords": [
{
"pattern": "%custom%",
"custom": true,
"canBeNumeric": true
}
]
}
}
}
}
範例回覆
{
"id": "/providers/Microsoft.Management/managementGroups/148059f7-faf3-49a6-ba35-85122112291e/providers/Microsoft.Security/informationProtectionPolicies/custom",
"name": "custom",
"type": "Microsoft.Security/informationProtectionPolicies",
"properties": {
"labels": {
"1345da73-bc5a-4a8f-b7dd-3820eb713da8": {
"displayName": "Public",
"order": 100,
"enabled": true
},
"7aa516c7-5a53-4857-bc6e-6808c6acd542": {
"displayName": "General",
"order": 200,
"enabled": true
},
"575739d2-3d53-4df0-9042-4c7772d5c7b1": {
"displayName": "Confidential",
"order": 300,
"enabled": true
}
},
"informationTypes": {
"7fb9419d-2473-4ad8-8e11-b25cc8cf6a07": {
"displayName": "Networking",
"order": 100,
"recommendedLabelId": "575739d2-3d53-4df0-9042-4c7772d5c7b1",
"enabled": true,
"custom": false,
"keywords": [
{
"pattern": "%networking%",
"custom": true,
"canBeNumeric": false
}
]
},
"3bf35491-99b8-41f2-86d5-c1200a7df658": {
"displayName": "Custom",
"order": 1400,
"recommendedLabelId": "7aa516c7-5a53-4857-bc6e-6808c6acd542",
"enabled": true,
"custom": true,
"keywords": [
{
"pattern": "%custom%",
"custom": true,
"canBeNumeric": true
}
]
}
}
}
}
{
"id": "/providers/Microsoft.Management/managementGroups/148059f7-faf3-49a6-ba35-85122112291e/providers/Microsoft.Security/informationProtectionPolicies/custom",
"name": "custom",
"type": "Microsoft.Security/informationProtectionPolicies",
"properties": {
"labels": {
"1345da73-bc5a-4a8f-b7dd-3820eb713da8": {
"displayName": "Public",
"order": 100,
"enabled": true
},
"7aa516c7-5a53-4857-bc6e-6808c6acd542": {
"displayName": "General",
"order": 200,
"enabled": true
},
"575739d2-3d53-4df0-9042-4c7772d5c7b1": {
"displayName": "Confidential",
"order": 300,
"enabled": true
}
},
"informationTypes": {
"7fb9419d-2473-4ad8-8e11-b25cc8cf6a07": {
"displayName": "Networking",
"order": 100,
"recommendedLabelId": "575739d2-3d53-4df0-9042-4c7772d5c7b1",
"enabled": true,
"custom": false,
"keywords": [
{
"pattern": "%networking%",
"custom": true,
"canBeNumeric": false
}
]
},
"3bf35491-99b8-41f2-86d5-c1200a7df658": {
"displayName": "Custom",
"order": 1400,
"recommendedLabelId": "7aa516c7-5a53-4857-bc6e-6808c6acd542",
"enabled": true,
"custom": true,
"keywords": [
{
"pattern": "%custom%",
"custom": true,
"canBeNumeric": true
}
]
}
}
}
}
定義
名稱 | Description |
---|---|
Cloud |
所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。 |
Cloud |
錯誤詳細數據。 |
Error |
資源管理錯誤其他資訊。 |
Information |
資訊類型關鍵詞。 |
Information |
信息保護原則。 |
Information |
資訊保護原則的名稱。 |
Information |
信息類型。 |
rank |
敏感度標籤的排名。 |
Sensitivity |
敏感度標籤。 |
CloudError
所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。
名稱 | 類型 | Description |
---|---|---|
error.additionalInfo |
錯誤其他資訊。 |
|
error.code |
string |
錯誤碼。 |
error.details |
錯誤詳細數據。 |
|
error.message |
string |
錯誤訊息。 |
error.target |
string |
錯誤目標。 |
CloudErrorBody
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細數據。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
InformationProtectionKeyword
資訊類型關鍵詞。
名稱 | 類型 | Description |
---|---|---|
canBeNumeric |
boolean |
指出關鍵詞是否可以套用在數值類型上。 |
custom |
boolean |
指出關鍵詞是否為自定義。 |
excluded |
boolean |
指出是否排除 關鍵詞。 |
pattern |
string |
關鍵詞模式。 |
InformationProtectionPolicy
信息保護原則。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源標識碼 |
name |
string |
資源名稱 |
properties.informationTypes |
<string,
Information |
敏感度信息類型。 |
properties.labels |
<string,
Sensitivity |
敏感度標籤的字典。 |
properties.lastModifiedUtc |
string |
描述上次修改原則的 UTC 時間。 |
properties.version |
string |
描述原則的版本。 |
type |
string |
資源類型 |
InformationProtectionPolicyName
資訊保護原則的名稱。
名稱 | 類型 | Description |
---|---|---|
custom |
string |
|
effective |
string |
InformationType
信息類型。
名稱 | 類型 | Description |
---|---|---|
custom |
boolean |
指出資訊類型是否為自定義。 |
description |
string |
資訊類型的描述。 |
displayName |
string |
資訊類型的名稱。 |
enabled |
boolean |
指出是否啟用信息類型。 |
keywords |
資訊類型關鍵詞。 |
|
order |
integer |
資訊類型的順序。 |
recommendedLabelId |
string |
要與此資訊類型相關聯的建議標籤標識碼。 |
rank
敏感度標籤的排名。
名稱 | 類型 | Description |
---|---|---|
Critical |
string |
|
High |
string |
|
Low |
string |
|
Medium |
string |
|
None |
string |
SensitivityLabel
敏感度標籤。
名稱 | 類型 | Description |
---|---|---|
description |
string |
敏感度標籤的描述。 |
displayName |
string |
敏感度標籤的名稱。 |
enabled |
boolean |
指出是否啟用標籤。 |
order |
integer |
敏感度標籤的順序。 |
rank |
敏感度標籤的排名。 |