educationSynchronizationOAuth2ClientCredentialsConnectionSettings 资源

命名空间:microsoft.graph

重要

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

如果要使用 OAuth2 客户端凭据授予 连接到数据提供程序,则此连接设置类型应用于设置配置文件。

派生自 educationSynchronizationConnectionSettings

属性

属性 类型 说明
clientId 字符串 用于连接到提供程序的客户端 ID。 继承自 educationSynchronizationConnectionSettings
clientSecret 字符串 用于对与提供程序的连接进行身份验证的客户端密码。 继承自 educationSynchronizationConnectionSettings
tokenUrl String 用于获取数据提供程序的访问令牌的 URL。
scope String 访问请求的作用域 (请参阅 RFC6749) 。

JSON 表示形式

{
  "@odata.type": "#microsoft.graph.educationSynchronizationOAuth2ClientCredentialsConnectionSettings",
  "clientId": "String",
  "clientSecret": "String",
  "tokenUrl": "String",
  "scope": "String"
}