命名空间:microsoft.graph
重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
表示 OnPrem Ndes 连接器的实体。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 ndesConnectors | ndesConnector 集合 | 列出 ndesConnector 对象的属性和关系。 |
| 获取 ndesConnector | ndesConnector | 读取 ndesConnector 对象的属性和关系。 |
| 创建 ndesConnector | ndesConnector | 创建新的 ndesConnector 对象。 |
| 删除 ndesConnector | 无 | 删除 ndesConnector。 |
| 更新 ndesConnector | ndesConnector | 更新 ndesConnector 对象的属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | NDES 连接器的键。 |
| lastConnectionDateTime | DateTimeOffset | Ndes 连接器的上次连接时间 |
| state | ndesConnectorState | Ndes 连接器状态。 可能的值包括 none、active、inactive。 |
| displayName | String | Ndes 连接器的友好名称。 |
| machineName | String | 运行本地证书连接器服务的计算机的名称。 |
| enrolledDateTime | DateTimeOffset | 在 Intune 中注册本地证书连接器时的时间戳。 |
| roleScopeTagIds | 字符串集合 | 此实体实例的范围标记列表。 |
| connectorVersion | String | Ndes 连接器的内部版本。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.ndesConnector",
"id": "String (identifier)",
"lastConnectionDateTime": "String (timestamp)",
"state": "String",
"displayName": "String",
"machineName": "String",
"enrolledDateTime": "String (timestamp)",
"roleScopeTagIds": [
"String"
],
"connectorVersion": "String"
}