次の方法で共有


deviceManagementTemplate リソースの種類

名前空間: microsoft.graph

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

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

デバイス設定の定義済みのコレクションを表すエンティティ

メソッド

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

プロパティ

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

リレーションシップ

リレーションシップ 説明
settings deviceManagementSettingInstance コレクション このテンプレートに含むすべての設定のコレクション
categories deviceManagementTemplateSettingCategory コレクション テンプレート内の設定カテゴリのコレクション
migratableTo deviceManagementTemplate コレクション このテンプレートが移行できるテンプレートのコレクション

JSON 表記

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

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