deviceManagementTemplate リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

プロパティ 説明
id String テンプレート ID
displayName String テンプレートの表示名
description String テンプレートの説明
versionInfo String テンプレートのバージョン情報
isDeprecated Boolean テンプレートは非推奨か、非推奨です。 非推奨のテンプレートからインテントを作成することはできません。
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)"
}