educationSynchronizationConnectionSettings resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the provider connection settings. This allows the system to know how to connect to the provider APIs.

Note

This complex type is abstract. Refer to the specific types of connection settings listed.

Derived types

Type Description
educationSynchronizationOAuth1ConnectionSettings Use this type to provide OAuth1 connection settings.
educationSynchronizationOAuth2ClientCredentialsConnectionSettings Use this type to provide OAuth2 Client Credentials Grant connection settings.

Properties

Property Type Description
clientId String Client ID used to connect to the provider.
clientSecret String Client secret to authenticate the connection to the provider.

JSON representation

The following is a JSON representation of this resource.

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