deviceManagementConfigurationPolicyTemplate リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイス管理構成ポリシー テンプレート
メソッド
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | BaseId と Version で構成されるテンプレート ドキュメントのキー。 自動的に生成されます。 |
baseId | String | テンプレートの基本識別子 |
version | Int32 | テンプレート のバージョン。 有効な値 1 ~ 2147483647。 このプロパティは読み取り専用です。 |
displayName | String | テンプレートの表示名 |
説明 | String | テンプレートの説明 |
displayVersion | String | テンプレート バージョンの説明 |
lifecycleState | deviceManagementTemplateLifecycleState | テンプレートの現在のライフサイクル状態を示します。 使用可能な値: invalid 、draft 、active 、superseded 、deprecated 、retired 。 |
プラットフォーム | deviceManagementConfigurationPlatforms | このテンプレートのプラットフォーム。 可能な値は、none 、android 、iOS 、macOS 、windows10X 、windows10 、linux 、unknownFutureValue 、androidEnterprise 、aosp です。 |
技術 | deviceManagementConfigurationTechnologies | このテンプレートのテクノロジ。 使用できる値は、 none 、 mdm 、 windows10XManagement 、 configManager 、 appleRemoteManagement 、 microsoftSense 、 exchangeOnline 、 mobileApplicationManagement 、 linuxMdm 、 extensibility 、 enrollment 、 endpointPrivilegeManagement 、 unknownFutureValue 、 windowsOsRecovery 、 android です。 |
templateFamily | deviceManagementConfigurationTemplateFamily | このテンプレートの TemplateFamily。 使用できる値は、 none 、 endpointSecurityAntivirus 、 endpointSecurityDiskEncryption 、 endpointSecurityFirewall 、 endpointSecurityEndpointDetectionAndResponse 、 endpointSecurityAttackSurfaceReduction 、 endpointSecurityAccountProtection 、 endpointSecurityApplicationControl endpointSecurityEndpointPrivilegeManagement 、 enrollmentConfiguration 、 appQuietTime 、 baseline 、 unknownFutureValue 、 deviceConfigurationScripts 、 deviceConfigurationPolicies 、 windowsOsRecoveryPolicies 、 companyPortal です。 |
allowUnmanagedSettings | ブール型 | アンマネージド設定テンプレートを許可する |
settingTemplateCount | Int32 | 設定テンプレートの数。 有効な値 0 ~ 2147483647。 このプロパティは読み取り専用です。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
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
}