Regulatory Compliance Standards - List

Supported regulatory compliance standards details and state

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

URI Parameters

Name In Required Type Description
subscriptionId
path True

string

Azure subscription ID

Regex pattern: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

API version for the operation

$filter
query

string

OData filter. Optional.

Responses

Name Type Description
200 OK

RegulatoryComplianceStandardList

OK

Other Status Codes

CloudError

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Get all supported regulatory compliance standards details and state

Sample Request

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

Sample Response

{
  "value": [
    {
      "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
      }
    },
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/regulatoryComplianceStandards/ISO-27001",
      "name": "ISO-27001",
      "type": "Microsoft.Security/regulatoryComplianceStandard",
      "properties": {
        "state": "Skipped",
        "passedControls": 0,
        "failedControls": 0,
        "skippedControls": 10,
        "unsupportedControls": 0
      }
    },
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/regulatoryComplianceStandards/AZURE-CIS",
      "name": "AZURE-CIS",
      "type": "Microsoft.Security/regulatoryComplianceStandard",
      "properties": {
        "state": "Unsupported",
        "passedControls": 0,
        "failedControls": 0,
        "skippedControls": 0,
        "unsupportedControls": 0
      }
    },
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/regulatoryComplianceStandards/SOC-TSP",
      "name": "SOC-TSP",
      "type": "Microsoft.Security/regulatoryComplianceStandard",
      "properties": {
        "state": "Passed",
        "passedControls": 15,
        "failedControls": 0,
        "skippedControls": 0,
        "unsupportedControls": 0
      }
    }
  ]
}

Definitions

Name Description
CloudError

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

CloudErrorBody

The error detail.

ErrorAdditionalInfo

The resource management error additional info.

RegulatoryComplianceStandard

Regulatory compliance standard details and state

RegulatoryComplianceStandardList

List of regulatory compliance standards response

state

Aggregative state based on the standard's supported controls states

CloudError

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

Name Type Description
error.additionalInfo

ErrorAdditionalInfo[]

The error additional info.

error.code

string

The error code.

error.details

CloudErrorBody[]

The error details.

error.message

string

The error message.

error.target

string

The error target.

CloudErrorBody

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

CloudErrorBody[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

RegulatoryComplianceStandard

Regulatory compliance standard details and state

Name Type Description
id

string

Resource Id

name

string

Resource name

properties.failedControls

integer

The number of supported regulatory compliance controls of the given standard with a failed state

properties.passedControls

integer

The number of supported regulatory compliance controls of the given standard with a passed state

properties.skippedControls

integer

The number of supported regulatory compliance controls of the given standard with a skipped state

properties.state

state

Aggregative state based on the standard's supported controls states

properties.unsupportedControls

integer

The number of regulatory compliance controls of the given standard which are unsupported by automated assessments

type

string

Resource type

RegulatoryComplianceStandardList

List of regulatory compliance standards response

Name Type Description
nextLink

string

The URI to fetch the next page.

value

RegulatoryComplianceStandard[]

Regulatory compliance standard details and state

state

Aggregative state based on the standard's supported controls states

Name Type Description
Failed

string

At least one supported regulatory compliance control in the given standard has a state of failed

Passed

string

All supported regulatory compliance controls in the given standard have a passed state

Skipped

string

All supported regulatory compliance controls in the given standard have a state of skipped

Unsupported

string

No supported regulatory compliance data for the given standard