次の方法で共有


securityBaselineTemplate リソースの種類

名前空間: microsoft.graph

大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。

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

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

deviceManagementTemplate から継承します

メソッド

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

プロパティ

プロパティ 説明
id 文字列 deviceManagementTemplate から継承されたテンプレート ID
displayName 文字列 deviceManagementTemplate から継承されたテンプレートの表示名
説明 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 から 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)"
}