名前空間: 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 | テンプレートの型。 使用できる値は、 securityBaseline、 specializedDevices、 advancedThreatProtectionSecurityBaseline、 deviceConfiguration、 custom、 securityTemplate、 microsoftEdgeSecurityBaseline、 microsoftOffice365ProPlusSecurityBaseline、 deviceCompliance、 deviceConfigurationForOffice365、 cloudPC、 firewallSharedSettingsです。 |
| platformType | policyPlatformType | テンプレートのプラットフォーム。 使用可能な値: android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、windows10XProfile、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)"
}