名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイス設定の定義済みのコレクションを表すエンティティ
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| deviceManagementTemplates の一覧表示 | deviceManagementTemplate コレクション | deviceManagementTemplate オブジェクトのプロパティと関係を一覧表示します。 |
| GetdeviceManagementTemplate | deviceManagementTemplate | deviceManagementTemplate オブジェクトのプロパティとリレーションシップを読み取ります。 |
| deviceManagementTemplate の作成 | deviceManagementTemplate | 新しい deviceManagementTemplate オブジェクトを作成します。 |
| deviceManagementTemplate を削除する | なし | deviceManagementTemplate を削除します。 |
| deviceManagementTemplate を更新する | deviceManagementTemplate | deviceManagementTemplate オブジェクトのプロパティを更新します。 |
| createInstance アクション | deviceManagementIntent | |
| 比較関数 | deviceManagementSettingComparison コレクション | |
| importOffice365DeviceConfigurationPolicies アクション | deviceManagementIntent コレクション |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | テンプレート ID |
| displayName | 文字列 | テンプレートの表示名 |
| 説明 | String | テンプレートの説明 |
| versionInfo | 文字列 | テンプレートのバージョン情報 |
| isDeprecated | ブール型 | テンプレートが非推奨かどうか。 非推奨のテンプレートからインテントを作成できません。 |
| intentCount | Int32 | このテンプレートから作成されたインテントの数。 |
| templateType | deviceManagementTemplateType | テンプレートの種類。 可能な値は、securityBaseline、specializedDevices、advancedThreatProtectionSecurityBaseline、deviceConfiguration、custom、securityTemplate、microsoftEdgeSecurityBaseline、microsoftOffice365ProPlusSecurityBaseline、deviceCompliance、deviceConfigurationForOffice365、cloudPC、firewallSharedSettings です。 |
| platformType | policyPlatformType | テンプレートのプラットフォーム。 使用可能な値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、windows10XProfile、linux、all です。 |
| templateSubtype | deviceManagementTemplateSubtype | テンプレートのサブタイプ。 可能な値は、none、firewall、diskEncryption、attackSurfaceReduction、endpointDetectionReponse、accountProtection、antivirus、firewallSharedAppList、firewallSharedIpList、firewallSharedPortlist です。 |
| 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)"
}