deviceManagementTemplate リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
デバイス設定の定義済みのコレクションを表すエンティティ
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | テンプレート ID |
| displayName | String | テンプレートの表示名 |
| description | String | テンプレートの説明 |
| versionInfo | String | テンプレートのバージョン情報 |
| isDeprecated | Boolean | テンプレートは非推奨か、非推奨です。 非推奨のテンプレートからインテントを作成することはできません。 |
| 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)"
}
フィードバック
フィードバックの送信と表示