Microsoft

public final class Microsoft extends UpdateConnectorRequest

Class representing a Microsoft connector creation request.

Constructors

Link copied to clipboard
public UpdateConnectorRequest.Microsoft UpdateConnectorRequest.Microsoft(@Json(name = "settings") MicrosoftConnectorSettings settings, @Json(name = "scope") List<String> scope, @Json(name = "active_credential_id") String activeCredentialId)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final String activeCredentialId

The ID of the active credential for this connector (for multi-credential setups)

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

The ID of the active credential for this connector (for multi-credential setups)

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

The Microsoft OAuth scopes

Link copied to clipboard

The Microsoft OAuth provider credentials and settings