Microsoft.Security 標準

Bicep リソース定義

Standards リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.Security/standards リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Security/standards@2021-08-01-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  kind: 'string'
  etag: 'string'
  properties: {
    category: 'string'
    components: [
      {
        key: 'string'
      }
    ]
    description: 'string'
    displayName: 'string'
    supportedClouds: [
      'string'
    ]
  }
}

プロパティ値

規格

名前 説明
name リソース名 string (必須)
location リソースが格納されている場所 string
tags リソースを説明するキーと値のペアの一覧。 タグの名前と値のディクショナリ。 「テンプレート内のタグ」を参照してください
kind リソースの種類 string
etag エンティティ タグは、同じ要求されたリソースから 2 つ以上のエンティティを比較するために使用されます。 string
properties セキュリティ標準のプロパティ StandardProperties

StandardProperties

名前 説明
category 提供される標準のカテゴリ string
components 標準スコープに適用するコンポーネント一意キー (評価キーなど) を含むコンポーネント オブジェクトの一覧。 現在、評価キーのみがサポートされています。 StandardComponentProperties[]
description 標準の説明 string
displayName standardId と同等の標準の表示名 string
supportedClouds サポートされているすべての標準クラウドの一覧。 次のいずれかを含む文字列配列:
'AWS'
'GCP'

StandardComponentProperties

名前 説明
キー コンポーネント キーの一致コンポーネントMetadata string

ARM テンプレート リソース定義

Standards リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.Security/standards リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Security/standards",
  "apiVersion": "2021-08-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "kind": "string",
  "etag": "string",
  "properties": {
    "category": "string",
    "components": [
      {
        "key": "string"
      }
    ],
    "description": "string",
    "displayName": "string",
    "supportedClouds": [ "string" ]
  }
}

プロパティ値

規格

名前 説明
type リソースの種類 'Microsoft.Security/standards'
apiVersion リソース API のバージョン '2021-08-01-preview'
name リソース名 string (必須)
location リソースが格納されている場所 string
tags リソースを説明するキーと値のペアの一覧。 タグの名前と値のディクショナリ。 「テンプレート内のタグ」を参照してください
kind リソースの種類 string
etag エンティティ タグは、同じ要求されたリソースから 2 つ以上のエンティティを比較するために使用されます。 string
properties セキュリティ標準のプロパティ StandardProperties

StandardProperties

名前 説明
category 指定された標準のカテゴリ string
components 標準スコープに適用するコンポーネント一意キー (評価キーなど) を含むコンポーネント オブジェクトの一覧。 現在、評価キーのみがサポートされています。 StandardComponentProperties[]
description 標準の説明 string
displayName standardId と同等の標準の表示名 string
supportedClouds サポートされているすべての標準クラウドの一覧。 次のいずれかを含む文字列配列:
'AWS'
'GCP'

StandardComponentProperties

名前 説明
キー コンポーネント キーの一致コンポーネントMetadata string

Terraform (AzAPI プロバイダー) リソース定義

Standards リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループ

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.Security/standards リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Security/standards@2021-08-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      category = "string"
      components = [
        {
          key = "string"
        }
      ]
      description = "string"
      displayName = "string"
      supportedClouds = [
        "string"
      ]
    }
    kind = "string"
    etag = "string"
  })
}

プロパティ値

規格

名前 説明
type リソースの種類 "Microsoft.Security/standards@2021-08-01-preview"
name リソース名 string (必須)
location リソースが格納されている場所 string
parent_id リソース グループにデプロイするには、そのリソース グループの ID を使用します。 string (必須)
tags リソースを説明するキーと値のペアの一覧。 タグ名と値のディクショナリ。
kind リソースの種類 string
etag エンティティ タグは、同じ要求されたリソースから 2 つ以上のエンティティを比較するために使用されます。 string
properties セキュリティ標準のプロパティ StandardProperties

StandardProperties

名前 説明
category 指定された標準のカテゴリ string
components 標準スコープに適用するコンポーネント一意キー (評価キーなど) を含むコンポーネント オブジェクトの一覧。 現在、評価キーのみがサポートされています。 StandardComponentProperties[]
description 標準の説明 string
displayName standardId と同等の標準の表示名 string
supportedClouds サポートされているすべての標準クラウドの一覧。 次のいずれかを含む文字列配列:
"AWS"
"GCP"

StandardComponentProperties

名前 説明
キー コンポーネント キーの一致コンポーネントMetadata string