ndesConnector 资源类型

命名空间:microsoft.graph

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

注意:适用于 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 连接器状态。 可取值为:noneactiveinactive
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"
}