windows10XTrustedRootCertificate 资源类型

命名空间:microsoft.graph

重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

WindowsX 受信任的根证书配置文件

继承自 deviceManagementResourceAccessProfileBase

方法

方法 返回类型 说明
列出 windows10XTrustedRootCertificates windows10XTrustedRootCertificate 集合 列出 windows10XTrustedRootCertificate 对象的属性和 关系。
获取 windows10XTrustedRootCertificate windows10XTrustedRootCertificate 读取 windows10XTrustedRootCertificate 对象的属性和 关系。
创建 windows10XTrustedRootCertificate windows10XTrustedRootCertificate 创建新的 windows10XTrustedRootCertificate 对象。
删除 windows10XTrustedRootCertificate 删除 windows10XTrustedRootCertificate
更新 windows10XTrustedRootCertificate windows10XTrustedRootCertificate 更新 windows10XTrustedRootCertificate 对象 的属性。

属性

属性 类型 说明
id String 配置文件标识符 继承自 deviceManagementResourceAccessProfileBase
version Int32 配置文件的版本 继承自 deviceManagementResourceAccessProfileBase
displayName String 配置文件显示名称继承自 deviceManagementResourceAccessProfileBase
说明 String 配置文件说明 继承自 deviceManagementResourceAccessProfileBase
creationDateTime DateTimeOffset DateTime 配置文件已创建 继承自 deviceManagementResourceAccessProfileBase
lastModifiedDateTime DateTimeOffset DateTime 配置文件上次修改时间 继承自 deviceManagementResourceAccessProfileBase
roleScopeTagIds String collection 范围标记 继承自 deviceManagementResourceAccessProfileBase
trustedRootCertificate 二进制 受信任的根证书
certFileName String 要显示在 UI 中的文件名。
destinationStore certificateDestinationStore 受信任根证书的目标存储位置。 可取值为:computerCertStoreRootcomputerCertStoreIntermediateuserCertStoreIntermediate

关系

关系 类型 说明
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"
  ],
  "trustedRootCertificate": "binary",
  "certFileName": "String",
  "destinationStore": "String"
}