deviceManagementTemplate リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph 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 | String | テンプレート ID |
displayName | String | テンプレートの表示名 |
説明 | String | テンプレートの説明 |
versionInfo | String | テンプレートのバージョン情報 |
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)"
}