命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
不同Microsoft Entra功能的公钥基础结构实例的集合。
继承自 entity。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | PublicKeyInfrastructure 实体的标识符。 继承自 entity。 |
关系
关系 | 类型 | 说明 |
---|---|---|
certificateBasedAuthConfigurations | certificateBasedAuthPki 集合 | 用户的基于证书的身份验证功能的公钥基础结构实例集合。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.publicKeyInfrastructureRoot",
"id": "String (identifier)"
}