你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Information Protection Policies - Get

信息保护策略的详细信息。

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

URI 参数

名称 必需 类型 说明
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 版本

响应

名称 类型 说明
200 OK

InformationProtectionPolicy

还行

Other Status Codes

CloudError

描述操作失败的原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

类型: oauth2
流向: implicit
授权 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
          }
        ]
      }
    }
  }
}

定义

名称 说明
CloudError

所有 Azure 资源管理器 API 的常见错误响应,以返回失败操作的错误详细信息。 (这也遵循 OData 错误响应格式)。

CloudErrorBody

错误详细信息。

ErrorAdditionalInfo

资源管理错误附加信息。

InformationProtectionKeyword

信息类型关键字。

InformationProtectionPolicy

信息保护策略。

InformationProtectionPolicyName

信息保护策略的名称。

InformationType

信息类型。

rank

敏感度标签的排名。

SensitivityLabel

敏感度标签。

CloudError

所有 Azure 资源管理器 API 的常见错误响应,以返回失败操作的错误详细信息。 (这也遵循 OData 错误响应格式)。

名称 类型 说明
error.additionalInfo

ErrorAdditionalInfo[]

错误附加信息。

error.code

string

错误代码。

error.details

CloudErrorBody[]

错误详细信息。

error.message

string

错误消息。

error.target

string

错误目标。

CloudErrorBody

错误详细信息。

名称 类型 说明
additionalInfo

ErrorAdditionalInfo[]

错误附加信息。

code

string

错误代码。

details

CloudErrorBody[]

错误详细信息。

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

敏感度信息类型。

properties.labels

<string,  SensitivityLabel>

敏感度标签的字典。

properties.lastModifiedUtc

string

描述策略修改的最后一次 UTC 时间。

properties.version

string

描述策略的版本。

type

string

资源类型

InformationProtectionPolicyName

信息保护策略的名称。

名称 类型 说明
custom

string

effective

string

InformationType

信息类型。

名称 类型 说明
custom

boolean

指示信息类型是否为自定义类型。

description

string

信息类型的说明。

displayName

string

信息类型的名称。

enabled

boolean

指示是否启用信息类型。

keywords

InformationProtectionKeyword[]

信息类型关键字。

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

rank

敏感度标签的排名。