securityBaselineTemplate リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

アカウントのセキュリティ ベースライン テンプレート

deviceManagementTemplate から継承します

メソッド

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

プロパティ

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

リレーションシップ

リレーションシップ 説明
settings deviceManagementSettingInstance コレクション このテンプレートが deviceManagementTemplate から継承したすべての設定のコレクション
categories deviceManagementTemplateSettingCategory コレクション deviceManagementTemplate から継承されたテンプレート内の設定カテゴリのコレクション
migratableTo deviceManagementTemplate コレクション このテンプレートが deviceManagementTemplate から Inherited に移行できるテンプレートのコレクション
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)"
}