deviceManagementConfigurationPolicyTemplate 资源类型
命名空间:microsoft.graph
重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
设备管理配置策略模板
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | 字符串 | 模板文档的键,由 BaseId 和 Version 组成。 自动生成。 |
| baseId | 字符串 | 模板基本标识符 |
| version | Int32 | 模板版本。 有效值 1 到2147483647。 此属性是只读的。 |
| displayName | 字符串 | 模板显示名称 |
| 说明 | 字符串 | 模板说明 |
| 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 | Boolean | 允许非托管设置模板 |
| settingTemplateCount | Int32 | 设置模板的数目。 要2147483647的有效值 0。 此属性是只读的。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| 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
}
反馈
提交和查看相关反馈