securityBaselineTemplate リソース型

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

アカウントのセキュリティ基本計画テンプレート

deviceManagementTemplate から継承

メソッド

メソッド 戻り値の型 説明
List securityBaselineTemplates securityBaselineTemplate コレクション securityBaselineTemplate オブジェクトのプロパティと関係を一覧表示します。
Security BaselineTemplate の取得 securityBaselineTemplate securityBaselineTemplate オブジェクトのプロパティとリレーションシップを読み取ります。
securityBaselineTemplate の作成 securityBaselineTemplate 新しい securityBaselineTemplate オブジェクトを作成します。
削除 securityBaselineTemplate なし securityBaselineTemplate を削除します。
update securityBaselineTemplate securityBaselineTemplate securityBaselineTemplate オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id 文字列 deviceManagementTemplate から継承されたテンプレート ID
displayName 文字列 テンプレートの表示名 deviceManagementTemplate から継承されます
説明 String テンプレートの説明 deviceManagementTemplate から継承
versionInfo 文字列 テンプレートのバージョン情報 deviceManagementTemplate から継承
isDeprecated ブール型 テンプレートが非推奨かどうか。 非推奨のテンプレートからインテントを作成できません。 deviceManagementTemplate から継承
intentCount Int32 このテンプレートから作成されたインテントの数。 deviceManagementTemplate から継承
templateType deviceManagementTemplateType テンプレートの種類。 deviceManagementTemplate から継承されます。 可能な値は、securityBaselinespecializedDevicesadvancedThreatProtectionSecurityBaselinedeviceConfigurationcustomsecurityTemplatemicrosoftEdgeSecurityBaselinemicrosoftOffice365ProPlusSecurityBaselinedeviceCompliancedeviceConfigurationForOffice365cloudPCfirewallSharedSettings です。
platformType policyPlatformType テンプレートのプラットフォーム。 deviceManagementTemplate から継承されます。 使用可能な値は、androidandroidForWorkiOSmacOSwindowsPhone81windows81AndLaterwindows10AndLaterandroidWorkProfilewindows10XProfilelinuxall です。
templateSubtype deviceManagementTemplateSubtype テンプレートのサブタイプ。 deviceManagementTemplate から継承されます。 可能な値は、nonefirewalldiskEncryptionattackSurfaceReductionendpointDetectionReponseaccountProtectionantivirusfirewallSharedAppListfirewallSharedIpListfirewallSharedPortlist です。
publishedDateTime DateTimeOffset テンプレートの発行日時 deviceManagementTemplate から継承

リレーションシップ

リレーションシップ 説明
settings deviceManagementSettingInstance コレクション このテンプレートが持つすべての設定のコレクション 継承元 deviceManagementTemplate
categories deviceManagementTemplateSettingCategory コレクション テンプレート内の設定カテゴリのコレクション 継承元 deviceManagementTemplate
migratableTo deviceManagementTemplate コレクション このテンプレートが移行できるテンプレートのコレクション 継承元 deviceManagementTemplate
deviceStateSummary securityBaselineStateSummary セキュリティ ベースラインのデバイス状態の概要
deviceStates securityBaselineDeviceState コレクション セキュリティ ベースラインのデバイスの状態
categoryDeviceStateSummaries securityBaselineCategoryStateSummary コレクション カテゴリごとのセキュリティ ベースライン デバイスの状態の概要

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.securityBaselineTemplate",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "versionInfo": "String",
  "isDeprecated": true,
  "intentCount": 1024,
  "templateType": "String",
  "platformType": "String",
  "templateSubtype": "String",
  "publishedDateTime": "String (timestamp)"
}