deviceManagementConfigurationPolicyTemplate リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
デバイス管理構成ポリシー テンプレート
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | BaseId と Version で構成されるテンプレート ドキュメントのキー。 自動生成されます。 |
| baseId | String | テンプレートベース識別子 |
| version | Int32 | テンプレートのバージョン。 有効な値 1 ~ 2147483647。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。 |
| displayName | String | テンプレートの表示名 |
| 説明 | String | テンプレートの説明 |
| displayVersion | String | テンプレートバージョンの説明 |
| lifecycleState | deviceManagementTemplateLifecycleState | テンプレートの現在のライフサイクル状態を示します。 使用可能な値: invalid、draft、active、superseded、deprecated、retired。 |
| プラットフォーム | deviceManagementConfigurationPlatforms | このテンプレートのプラットフォーム。 可能な値は、none、android、iOS、macOS、windows10X、windows10、linux、unknownFutureValue です。 |
| 技術 | deviceManagementConfigurationTechnologies | このテンプレートのテクノロジ。 可能な値は、none、mdm、windows10XManagement、configManager、appleRemoteManagement、microsoftSense、exchangeOnline、linuxMdm、enrollment、unknownFutureValue です。 |
| templateFamily | deviceManagementConfigurationTemplateFamily | このテンプレートの TemplateFamily。 可能な値は、none、endpointSecurityAntivirus、endpointSecurityDiskEncryption、endpointSecurityFirewall、endpointSecurityEndpointDetectionAndResponse、endpointSecurityAttackSurfaceReduction、endpointSecurityAccountProtection、endpointSecurityApplicationControl、baseline です。 |
| allowUnmanagedSettings | ブール値 | アンマネージ設定テンプレートを許可する |
| settingTemplateCount | Int32 | 設定テンプレートの数。 有効な値 0 ~ 2147483647。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| settingTemplates | deviceManagementConfigurationSettingTemplate コレクション | テンプレートの設定 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementConfigurationPolicyTemplate",
"id": "String (identifier)",
"baseId": "String",
"version": 1024,
"displayName": "String",
"description": "String",
"displayVersion": "String",
"lifecycleState": "String",
"platforms": "String",
"technologies": "String",
"templateFamily": "String",
"allowUnmanagedSettings": true,
"settingTemplateCount": 1024
}
フィードバック
フィードバックの送信と表示