共用方式為


Sensitivity Settings - Create Or Update

建立或更新敏感數據探索的數據敏感度設定

PUT https://management.azure.com/providers/Microsoft.Security/sensitivitySettings/current?api-version=2023-02-15-preview

URI 參數

名稱 位於 必要 類型 Description
api-version
query True

string

作業的 API 版本

要求本文

名稱 必要 類型 Description
sensitiveInfoTypesIds True

string[]

所選敏感性資訊類型的標識符清單。

sensitivityThresholdLabelId

string

敏感度臨界值標籤的標識碼。 此排名以上的任何標籤都會被視為敏感。

sensitivityThresholdLabelOrder

number

敏感度臨界值標籤的順序。 此順序以上的任何標籤都會被視為敏感。 如果設定為 -1,則會關閉標籤的敏感度

回應

名稱 類型 Description
200 OK

GetSensitivitySettingsResponse

敏感度設定更新成功

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 模擬您的用戶帳戶

範例

Update sensitivity settings

範例要求

PUT https://management.azure.com/providers/Microsoft.Security/sensitivitySettings/current?api-version=2023-02-15-preview

{
  "sensitiveInfoTypesIds": [
    "f2f8a7a1-28c0-404b-9ab4-30a0a7af18cb",
    "b452f22b-f87d-4f48-8490-ecf0873325b5",
    "d59ee8b6-2618-404b-a5e7-aa377cd67543"
  ],
  "sensitivityThresholdLabelOrder": 2,
  "sensitivityThresholdLabelId": "f2f8a7a1-28c0-404b-9ab4-30a0a7af18cb"
}

範例回覆

{
  "id": "/providers/Microsoft.Security/sensitivitySettings",
  "name": "current",
  "type": "Microsoft.Security/sensitivitySettings",
  "properties": {
    "sensitiveInfoTypesIds": [
      "a98fde82-45b6-4b2c-afd0-ad579cd9f826",
      "4d0d3eb6-619f-4c8c-810c-c16150c95278",
      "0e9b3178-9678-47dd-a509-37222ca96b42",
      "c5f9b9a1-2b9a-4a3a-8c5b-1f3d1d9d9c9b"
    ],
    "sensitivityThresholdLabelOrder": 2,
    "mipInformation": {
      "mipIntegrationStatus": "Ok",
      "labels": [
        {
          "name": "Public",
          "id": "fdfb5435-124d-4651-a889-a4210fec6a77",
          "order": 0
        },
        {
          "name": "Confidential",
          "id": "4c5447ec-f7f3-4345-a160-6a5850f2bf0c",
          "order": 1
        },
        {
          "name": "Highly Confidential",
          "id": "f38ac75c-f42a-4c89-aa37-9c4e74101414",
          "order": 2
        }
      ],
      "customInfoTypes": [
        {
          "name": "User created custom info type 1",
          "id": "c5f9b9a1-2b9a-4a3a-8c5b-1f3d1d9d9c9b",
          "description": "Custom info type description"
        },
        {
          "name": "User created custom info type 2",
          "id": "a4fee2b6-5618-404b-a5e7-aa377cd67543",
          "description": "Custom info type description"
        },
        {
          "name": "User created custom info type 3",
          "id": "a355f11e-f87d-4f48-8490-ecf0873325b5",
          "description": "Custom info type description"
        }
      ],
      "builtInInfoTypes": [
        {
          "name": "Http Authorization Header",
          "type": "Credentials",
          "id": "4d0d3eb6-619f-4c8c-810c-c16150c95278"
        },
        {
          "name": "User Login Credentials",
          "type": "Credentials",
          "id": "a98fde82-45b6-4b2c-afd0-ad579cd9f826"
        },
        {
          "name": "Credit card number",
          "type": "Finance",
          "id": "50842eb7-edc8-4019-85dd-5a5c1f2bb085"
        },
        {
          "name": "EU debit card number",
          "type": "Finance",
          "id": "0e9b3178-9678-47dd-a509-37222ca96b42"
        }
      ]
    }
  }
}

定義

名稱 Description
BuiltInInfoType

預先設定的敏感性信息類型

CloudError

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

CloudErrorBody

錯誤詳細數據。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

GetSensitivitySettingsResponse

敏感數據探索的數據敏感度設定

InfoType

自訂使用者定義信息類型

Label

Microsoft資訊保護敏感度標籤

MipInformation

Microsoft資訊保護內建和自定義資訊類型、標籤和整合狀態。

MipIntegrationStatus

Microsoft資訊保護整合狀態

Properties

敏感度設定屬性

UpdateSensitivitySettingsRequest

要求更新敏感數據探索的數據敏感度設定

BuiltInInfoType

預先設定的敏感性信息類型

名稱 類型 Description
id

string

資訊類型的識別碼

name

string

資訊類型的顯示名稱

type

string

內建資訊類型的類別

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

其他信息類型。

GetSensitivitySettingsResponse

敏感數據探索的數據敏感度設定

名稱 類型 Description
id

string

敏感度設定的標識碼

name

string

敏感度設定的名稱

properties

Properties

敏感度設定屬性

type

string

敏感度設定的類型

InfoType

自訂使用者定義信息類型

名稱 類型 Description
description

string

資訊類型的描述

id

string

資訊類型的識別碼

name

string

資訊類型的顯示名稱

Label

Microsoft資訊保護敏感度標籤

名稱 類型 Description
id

string

標籤的識別碼

name

string

標籤的顯示名稱

order

number

卷標會依敏感度層級排序。 卷標的順序愈高,其敏感度就越高。

MipInformation

Microsoft資訊保護內建和自定義資訊類型、標籤和整合狀態。

名稱 類型 Description
builtInInfoTypes

BuiltInInfoType[]

預先設定的敏感性資訊類型清單

customInfoTypes

InfoType[]

自訂使用者定義資訊類型清單

labels

Label[]

Microsoft資訊保護敏感度標籤的清單

mipIntegrationStatus

MipIntegrationStatus

Microsoft資訊保護整合狀態

MipIntegrationStatus

Microsoft資訊保護整合狀態

名稱 類型 Description
Ok

string

noAutoLabelingRules

string

noConsent

string

noMipLabels

string

Properties

敏感度設定屬性

名稱 類型 Description
mipInformation

MipInformation

Microsoft資訊保護內建和自定義資訊類型、標籤和整合狀態。

sensitiveInfoTypesIds

string[]

所選敏感性資訊類型的標識符清單。

sensitivityThresholdLabelId

string

敏感度臨界值標籤的標識碼。 此排名以上的任何標籤都會被視為敏感。

sensitivityThresholdLabelOrder

number

敏感度臨界值標籤的順序。 此順序以上的任何標籤都會被視為敏感。 如果設定為 -1,則會關閉標籤的敏感度

UpdateSensitivitySettingsRequest

要求更新敏感數據探索的數據敏感度設定

名稱 類型 Description
sensitiveInfoTypesIds

string[]

所選敏感性資訊類型的標識符清單。

sensitivityThresholdLabelId

string

敏感度臨界值標籤的標識碼。 此排名以上的任何標籤都會被視為敏感。

sensitivityThresholdLabelOrder

number

敏感度臨界值標籤的順序。 此順序以上的任何標籤都會被視為敏感。 如果設定為 -1,則會關閉標籤的敏感度