共用方式為


Information Protection Policies - Get

信息保護原則的詳細數據。

GET https://management.azure.com/{scope}/providers/Microsoft.Security/informationProtectionPolicies/{informationProtectionPolicyName}?api-version=2017-08-01-preview

URI 參數

名稱 位於 必要 類型 Description
informationProtectionPolicyName
path True

InformationProtectionPolicyName

資訊保護原則的名稱。

scope
path True

string

查詢的範圍可以是訂用帳戶 (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) 或管理群組 (/providers/Microsoft.Management/managementGroups/mgName)。

api-version
query True

string

作業的 API 版本

回應

名稱 類型 Description
200 OK

InformationProtectionPolicy

還行

Other Status Codes

CloudError

描述作業失敗原因的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
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
          }
        ]
      }
    }
  }
}

定義

名稱 Description
CloudError

所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。

CloudErrorBody

錯誤詳細數據。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

InformationProtectionKeyword

資訊類型關鍵詞。

InformationProtectionPolicy

信息保護原則。

InformationProtectionPolicyName

資訊保護原則的名稱。

InformationType

信息類型。

rank

敏感度標籤的排名。

SensitivityLabel

敏感度標籤。

CloudError

所有 Azure Resource Manager API 的常見錯誤回應,以傳回失敗作業的錯誤詳細數據。 (這也遵循 OData 錯誤回應格式。)。

名稱 類型 Description
error.additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

error.code

string

錯誤碼。

error.details

CloudErrorBody[]

錯誤詳細數據。

error.message

string

錯誤訊息。

error.target

string

錯誤目標。

CloudErrorBody

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

CloudErrorBody[]

錯誤詳細數據。

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,  InformationType>

敏感度信息類型。

properties.labels

<string,  SensitivityLabel>

敏感度標籤的字典。

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

InformationProtectionKeyword[]

資訊類型關鍵詞。

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

rank

敏感度標籤的排名。