Information Protection Policies - Get
情報保護ポリシーの詳細。
GET https://management.azure.com/{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}?api-version=2017-08-01-preview
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
information
|
path | True |
情報保護ポリシーの名前。 |
|
scope
|
path | True |
string |
クエリのスコープは、サブスクリプション (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) または管理グループ (/providers/Microsoft.Management/managementGroups/mgName) です。 |
api-version
|
query | True |
string |
操作の API バージョン |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
わかりました |
|
Other Status Codes |
操作が失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
Get the customized information protection policy for a management group |
Get the effective information protection policy for a management group |
Get the customized information protection policy for a management group
要求のサンプル
GET https://management.azure.com/providers/Microsoft.Management/managementGroups/148059f7-faf3-49a6-ba35-85122112291e/providers/Microsoft.Security/informationProtectionPolicies/custom?api-version=2017-08-01-preview
応答のサンプル
{
"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
}
]
}
}
}
}
Get the effective information protection policy for a management group
要求のサンプル
GET https://management.azure.com/providers/Microsoft.Management/managementGroups/148059f7-faf3-49a6-ba35-85122112291e/providers/Microsoft.Security/informationProtectionPolicies/effective?api-version=2017-08-01-preview
応答のサンプル
{
"id": "/providers/Microsoft.Management/managementGroups/148059f7-faf3-49a6-ba35-85122112291e/providers/Microsoft.Security/informationProtectionPolicies/effective",
"name": "effective",
"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": "%ip%",
"custom": false,
"canBeNumeric": false
},
{
"pattern": "ip%address%",
"custom": false,
"canBeNumeric": false
},
{
"pattern": "%mac%address%",
"custom": false,
"canBeNumeric": false
},
{
"pattern": "%networking%",
"custom": true,
"canBeNumeric": true,
"excluded": true
}
]
},
"5856f35c-8e08-4d08-9bf7-87a146150569": {
"displayName": "Contact Info",
"order": 200,
"recommendedLabelId": "575739d2-3d53-4df0-9042-4c7772d5c7b1",
"enabled": true,
"custom": false,
"keywords": [
{
"pattern": "%email%",
"custom": false,
"canBeNumeric": false
},
{
"pattern": "%e-mail%",
"custom": false,
"canBeNumeric": false
},
{
"pattern": "%addr%",
"custom": false,
"canBeNumeric": false
},
{
"pattern": "%street%",
"custom": false,
"canBeNumeric": true
},
{
"pattern": "%city%",
"custom": false,
"canBeNumeric": false
}
]
},
"3bf35491-99b8-41f2-86d5-c1200a7df658": {
"displayName": "Custom",
"order": 1400,
"recommendedLabelId": "7aa516c7-5a53-4857-bc6e-6808c6acd542",
"enabled": true,
"custom": true,
"keywords": [
{
"pattern": "%networking%",
"custom": true,
"canBeNumeric": false
}
]
}
}
}
}
定義
名前 | 説明 |
---|---|
Cloud |
失敗した操作のエラーの詳細を返す、すべての Azure Resource Manager API の一般的なエラー応答。 (これは、OData エラー応答形式にも従います)。 |
Cloud |
エラーの詳細。 |
Error |
リソース管理エラーの追加情報。 |
Information |
情報型のキーワード。 |
Information |
情報保護ポリシー。 |
Information |
情報保護ポリシーの名前。 |
Information |
情報の種類。 |
rank |
秘密度ラベルのランク。 |
Sensitivity |
秘密度ラベル。 |
CloudError
失敗した操作のエラーの詳細を返す、すべての Azure Resource Manager API の一般的なエラー応答。 (これは、OData エラー応答形式にも従います)。
名前 | 型 | 説明 |
---|---|---|
error.additionalInfo |
エラーの追加情報。 |
|
error.code |
string |
エラー コード。 |
error.details |
エラーの詳細。 |
|
error.message |
string |
エラー メッセージ。 |
error.target |
string |
エラーターゲット。 |
CloudErrorBody
エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
additionalInfo |
エラーの追加情報。 |
|
code |
string |
エラー コード。 |
details |
エラーの詳細。 |
|
message |
string |
エラー メッセージ。 |
target |
string |
エラーターゲット。 |
ErrorAdditionalInfo
リソース管理エラーの追加情報。
名前 | 型 | 説明 |
---|---|---|
info |
object |
追加情報。 |
type |
string |
追加情報の種類。 |
InformationProtectionKeyword
情報型のキーワード。
名前 | 型 | 説明 |
---|---|---|
canBeNumeric |
boolean |
数値型にキーワードを適用できるかどうかを示します。 |
custom |
boolean |
キーワードがカスタムかどうかを示します。 |
excluded |
boolean |
キーワードが除外されているかどうかを示します。 |
pattern |
string |
キーワード パターン。 |
InformationProtectionPolicy
情報保護ポリシー。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース ID |
name |
string |
リソース名 |
properties.informationTypes |
<string,
Information |
秘密度情報の種類。 |
properties.labels |
<string,
Sensitivity |
秘密度ラベルの辞書。 |
properties.lastModifiedUtc |
string |
ポリシーが最後に変更された UTC 時刻について説明します。 |
properties.version |
string |
ポリシーのバージョンについて説明します。 |
type |
string |
リソースの種類 |
InformationProtectionPolicyName
情報保護ポリシーの名前。
名前 | 型 | 説明 |
---|---|---|
custom |
string |
|
effective |
string |
InformationType
情報の種類。
名前 | 型 | 説明 |
---|---|---|
custom |
boolean |
情報の種類がカスタムかどうかを示します。 |
description |
string |
情報の種類の説明。 |
displayName |
string |
情報の種類の名前。 |
enabled |
boolean |
情報の種類が有効かどうかを示します。 |
keywords |
情報型のキーワード。 |
|
order |
integer |
情報の種類の順序。 |
recommendedLabelId |
string |
この情報の種類に関連付ける推奨ラベル ID。 |
rank
秘密度ラベルのランク。
名前 | 型 | 説明 |
---|---|---|
Critical |
string |
|
High |
string |
|
Low |
string |
|
Medium |
string |
|
None |
string |
SensitivityLabel
秘密度ラベル。
名前 | 型 | 説明 |
---|---|---|
description |
string |
秘密度ラベルの説明。 |
displayName |
string |
秘密度ラベルの名前。 |
enabled |
boolean |
ラベルが有効かどうかを示します。 |
order |
integer |
秘密度ラベルの順序。 |
rank |
秘密度ラベルのランク。 |