securityBaselineTemplate リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

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

deviceManagementTemplate からの継承

メソッド

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

プロパティ

プロパティ 説明
id 文字列 deviceManagementTemplate から継承されたテンプレート ID
displayName String テンプレートの表示名deviceManagementTemplateから継承
description String テンプレートの説明deviceManagementTemplateから継承
versionInfo 文字列 テンプレートのバージョン情報 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から継承に移行できるテンプレートのコレクション
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)"
}