Microsoft

public final class Microsoft extends CreateConnectorRequest

Class representing a Microsoft connector creation request.

Constructors

Link copied to clipboard
public CreateConnectorRequest.Microsoft CreateConnectorRequest.Microsoft(@Json(name = "name") String name, @Json(name = "settings") MicrosoftCreateConnectorSettings settings, @Json(name = "scope") List<String> scope)

Properties

Link copied to clipboard
private final String name

Custom name of the connector

Link copied to clipboard
private final AuthProvider provider

The provider type

Link copied to clipboard
private final List<String> scope

The Microsoft OAuth scopes

Link copied to clipboard

The Microsoft OAuth provider credentials and settings

Functions

Link copied to clipboard
public String getName()

Custom name of the connector

Link copied to clipboard
public final AuthProvider getProvider()

The provider type

Link copied to clipboard
public final List<String> getScope()

The Microsoft OAuth scopes

Link copied to clipboard

The Microsoft OAuth provider credentials and settings