你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Sensitivity Settings - Get
获取敏感数据发现的数据敏感度设置
GET https://management.azure.com/providers/Microsoft.Security/sensitivitySettings/current?api-version=2023-02-15-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
api-version
|
query | True |
string |
操作的 API 版本 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
敏感度设置的成功获取 |
|
Other Status Codes |
描述操作失败原因的错误响应 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Get sensitivity settings
示例请求
GET https://management.azure.com/providers/Microsoft.Security/sensitivitySettings/current?api-version=2023-02-15-preview
示例响应
{
"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": 1,
"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"
}
]
}
}
}
定义
名称 | 说明 |
---|---|
Built |
预配置的敏感信息类型 |
Cloud |
所有 Azure 资源管理器 API 的常见错误响应,以返回失败操作的错误详细信息。 (这也遵循 OData 错误响应格式)。 |
Cloud |
错误详细信息。 |
Error |
资源管理错误附加信息。 |
Get |
敏感数据发现的数据敏感度设置 |
Info |
自定义用户定义信息类型 |
Label |
Microsoft信息保护敏感度标签 |
Mip |
Microsoft信息保护内置和自定义信息类型、标签和集成状态。 |
Mip |
Microsoft信息保护集成状态 |
Properties |
敏感度设置属性 |
BuiltInInfoType
预配置的敏感信息类型
名称 | 类型 | 说明 |
---|---|---|
id |
string |
信息类型的 ID |
name |
string |
信息类型的显示名称 |
type |
string |
内置信息类型的类别 |
CloudError
所有 Azure 资源管理器 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 |
其他信息类型。 |
GetSensitivitySettingsResponse
敏感数据发现的数据敏感度设置
名称 | 类型 | 说明 |
---|---|---|
id |
string |
敏感度设置的 ID |
name |
string |
敏感度设置的名称 |
properties |
敏感度设置属性 |
|
type |
string |
敏感度设置的类型 |
InfoType
自定义用户定义信息类型
名称 | 类型 | 说明 |
---|---|---|
description |
string |
信息类型的说明 |
id |
string |
信息类型的 ID |
name |
string |
信息类型的显示名称 |
Label
Microsoft信息保护敏感度标签
名称 | 类型 | 说明 |
---|---|---|
id |
string |
标签的 ID |
name |
string |
标签的显示名称 |
order |
number |
标签按敏感度级别排序。 标签的顺序越高,标签越敏感。 |
MipInformation
Microsoft信息保护内置和自定义信息类型、标签和集成状态。
名称 | 类型 | 说明 |
---|---|---|
builtInInfoTypes |
预配置的敏感信息类型列表 |
|
customInfoTypes |
Info |
自定义用户定义信息类型的列表 |
labels |
Label[] |
Microsoft信息保护敏感度标签列表 |
mipIntegrationStatus |
Microsoft信息保护集成状态 |
MipIntegrationStatus
Microsoft信息保护集成状态
名称 | 类型 | 说明 |
---|---|---|
Ok |
string |
|
noAutoLabelingRules |
string |
|
noConsent |
string |
|
noMipLabels |
string |
Properties
敏感度设置属性
名称 | 类型 | 说明 |
---|---|---|
mipInformation |
Microsoft信息保护内置和自定义信息类型、标签和集成状态。 |
|
sensitiveInfoTypesIds |
string[] |
所选敏感信息类型的 ID 列表。 |
sensitivityThresholdLabelId |
string |
敏感度阈值标签的 ID。 此排名中或更高级别的任何标签都将被视为敏感。 |
sensitivityThresholdLabelOrder |
number |
敏感度阈值标签的顺序。 此顺序或更高版本的任何标签都将被视为敏感。 如果设置为 -1,则关闭标签的敏感度 |