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

Regulatory Compliance Standards - Get

所选标准的受支持法规合规性详细信息状态

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/regulatoryComplianceStandards/{regulatoryComplianceStandardName}?api-version=2019-01-01-preview

URI 参数

名称 必需 类型 说明
regulatoryComplianceStandardName
path True

string

法规符合性标准对象的名称

subscriptionId
path True

string

Azure 订阅 ID

正则表达式模式: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

操作的 API 版本

响应

名称 类型 说明
200 OK

RegulatoryComplianceStandard

还行

Other Status Codes

CloudError

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

安全性

azure_auth

Azure Active Directory OAuth2 Flow

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

Get selected regulatory compliance standard details and state

示例请求

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/regulatoryComplianceStandards/PCI-DSS-3.2?api-version=2019-01-01-preview

示例响应

{
  "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/regulatoryComplianceStandards/PCI-DSS-3.2",
  "name": "PCI-DSS-3.2",
  "type": "Microsoft.Security/regulatoryComplianceStandard",
  "properties": {
    "state": "Failed",
    "passedControls": 7,
    "failedControls": 4,
    "skippedControls": 0,
    "unsupportedControls": 0
  }
}

定义

名称 说明
CloudError

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

CloudErrorBody

错误详细信息。

ErrorAdditionalInfo

资源管理错误附加信息。

RegulatoryComplianceStandard

法规合规性标准详细信息和状态

state

基于标准支持的控件状态的聚合状态

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

其他信息类型。

RegulatoryComplianceStandard

法规合规性标准详细信息和状态

名称 类型 说明
id

string

资源 ID

name

string

资源名称

properties.failedControls

integer

给定标准的受支持法规合规性控制的数量,状态为失败

properties.passedControls

integer

给定标准的受支持法规符合性控制的数量(状态已通过)

properties.skippedControls

integer

具有跳过状态的给定标准的受支持法规合规性控制的数量

properties.state

state

基于标准支持的控件状态的聚合状态

properties.unsupportedControls

integer

自动评估不支持的给定标准的法规符合性控制的数量

type

string

资源类型

state

基于标准支持的控件状态的聚合状态

名称 类型 说明
Failed

string

给定标准中至少有一个受支持的法规合规性控制处于失败状态

Passed

string

给定标准中所有受支持的法规符合性控制均已通过状态

Skipped

string

给定标准中所有受支持的法规合规性控制都处于跳过状态

Unsupported

string

给定标准不支持的法规符合性数据