educationSynchronizationOAuth1ConnectionSettings 资源

命名空间:microsoft.graph

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

当 OAuth1 用于连接到数据提供程序时,此连接设置类型应用于设置配置文件。

派生自 educationSynchronizationConnectionSettings

属性

属性 类型 说明
clientId 字符串 用于连接到提供程序的客户端 ID。 继承自 educationSynchronizationConnectionSettings
clientSecret 字符串 用于对与提供程序的连接进行身份验证的客户端密码。 继承自 educationSynchronizationConnectionSettings

JSON 表示形式

{
  "@odata.type": "microsoft.graph.educationSynchronizationOAuth1ConnectionSettings",
  "clientId": "String",
  "clientSecret": "String"
}