你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Security Connector Application - Get
按 applicationId 获取请求范围的特定应用程序
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}/providers/Microsoft.Security/applications/{applicationId}?api-version=2022-07-01-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
application
|
path | True |
string |
安全应用程序密钥 - 标准应用程序的唯一密钥 |
resource
|
path | True |
string |
用户订阅中的资源组的名称。 名称不区分大小写。 正则表达式模式: |
security
|
path | True |
string |
安全连接器名称。 |
subscription
|
path | True |
string |
Azure 订阅 ID 正则表达式模式: |
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 security applications by specific applicationId
示例请求
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/gcpResourceGroup/providers/Microsoft.Security/securityConnectors/gcpconnector/providers/Microsoft.Security/applications/ad9a8e26-29d9-4829-bb30-e597a58cdbb8?api-version=2022-07-01-preview
示例响应
{
"id": "subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourcegroups/gcpResourceGroup/providers/Microsoft.Security/securityConnectors/gcpconnector/providers/Microsoft.Security/applications/ad9a8e26-29d9-4829-bb30-e597a58cdbb8",
"name": "ad9a8e26-29d9-4829-bb30-e597a58cdbb8",
"type": "Microsoft.Security/applications",
"properties": {
"displayName": "GCP Admin's application",
"description": "An application on critical GCP recommendations",
"sourceResourceType": "Assessments",
"conditionSets": [
{
"conditions": [
{
"property": "$.Id",
"value": "-bil-",
"operator": "contains"
}
]
}
]
}
}
定义
名称 | 说明 |
---|---|
Application |
给定范围内的安全应用程序 |
Application |
应用程序的条件 |
Application |
应用程序条件的运算符(例如,对于可能的 ID 列表,包含 ID 或 In),请参阅示例 |
Application |
应用程序源、影响的内容,例如评估 |
Cloud |
所有 Azure 资源管理器 API 的常见错误响应,以返回失败操作的错误详细信息。 (这也遵循 OData 错误响应格式)。 |
Cloud |
错误详细信息。 |
Error |
资源管理错误附加信息。 |
Application
给定范围内的安全应用程序
名称 | 类型 | 说明 |
---|---|---|
id |
string |
资源 ID |
name |
string |
资源名称 |
properties.conditionSets |
应用程序条件集 - 请参阅示例 |
|
properties.description |
string |
应用程序说明 |
properties.displayName |
string |
应用程序的显示名称 |
properties.sourceResourceType |
应用程序源、影响的内容,例如评估 |
|
type |
string |
资源类型 |
ApplicationCondition
应用程序的条件
名称 | 类型 | 说明 |
---|---|---|
operator |
应用程序条件的运算符(例如,对于可能的 ID 列表,包含 ID 或 In),请参阅示例 |
|
property |
string |
应用程序条件的属性(例如 ID)请参阅示例 |
value |
string |
应用程序条件的值(如包含一些字符串的 ID)请参阅示例 |
ApplicationConditionOperator
应用程序条件的运算符(例如,对于可能的 ID 列表,包含 ID 或 In),请参阅示例
名称 | 类型 | 说明 |
---|---|---|
Contains |
string |
检查属性中定义的数据的字符串值是否包含给定的值 |
Equals |
string |
检查属性中定义的数据的字符串值是否等于给定值 |
In |
string |
检查属性中定义的数据的字符串值是否等于任何给定值(完全适合) |
ApplicationSourceResourceType
应用程序源、影响的内容,例如评估
名称 | 类型 | 说明 |
---|---|---|
Assessments |
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 |
其他信息类型。 |