命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
Windows X 受信任的根证书配置文件
继承自 deviceManagementResourceAccessProfileBase
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 配置文件标识符继承自 deviceManagementResourceAccessProfileBase |
| version | Int32 | 从 deviceManagementResourceAccessProfileBase 继承的配置文件的版本 |
| displayName | String | 配置文件显示名称继承自 deviceManagementResourceAccessProfileBase |
| description | String | 配置文件说明继承自 deviceManagementResourceAccessProfileBase |
| creationDateTime | DateTimeOffset | 已创建 DateTime 配置文件,继承自 deviceManagementResourceAccessProfileBase |
| lastModifiedDateTime | DateTimeOffset | 上次修改的 DateTime 配置文件继承自 deviceManagementResourceAccessProfileBase |
| roleScopeTagIds | 字符串集合 | 范围标记继承自 deviceManagementResourceAccessProfileBase |
| serverApplicabilityRules | applicabilityRule 集合 | 继承自 deviceManagementResourceAccessProfileBase 的设备配置文件的适用性规则列表 |
| trustedRootCertificate | Binary | 受信任的根证书 |
| certFileName | String | 要显示在 UI 中的文件名。 |
| destinationStore | certificateDestinationStore | 受信任的根证书的目标存储位置。 可能的值包括 computerCertStoreRoot、computerCertStoreIntermediate、userCertStoreIntermediate。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| assignments | deviceManagementResourceAccessProfileAssignment 集合 | 设备配置文件的分配列表。 继承自 deviceManagementResourceAccessProfileBase |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windows10XTrustedRootCertificate",
"id": "String (identifier)",
"version": 1024,
"displayName": "String",
"description": "String",
"creationDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"serverApplicabilityRules": [
{
"@odata.type": "microsoft.graph.applicabilityRule",
"filterType": "String"
}
],
"trustedRootCertificate": "binary",
"certFileName": "String",
"destinationStore": "String"
}