Interface OneDriveParameters.Builder

  • Method Details

    • tenantId

      OneDriveParameters.Builder tenantId(String tenantId)

      The tenant ID for the OneDrive data source.

      Parameters:
      tenantId - The tenant ID for the OneDrive data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientId

      OneDriveParameters.Builder clientId(String clientId)

      The client ID for the OneDrive data source.

      Parameters:
      clientId - The client ID for the OneDrive data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authType

      OneDriveParameters.Builder authType(String authType)

      The authentication type for the OneDrive data source. Valid values include:

      • TWO_LEGGED_OAUTH – Server-to-server authentication using client credentials that do not require user interaction.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Parameters:
      authType - The authentication type for the OneDrive data source. Valid values include:

      • TWO_LEGGED_OAUTH – Server-to-server authentication using client credentials that do not require user interaction.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authType

      The authentication type for the OneDrive data source. Valid values include:

      • TWO_LEGGED_OAUTH – Server-to-server authentication using client credentials that do not require user interaction.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Parameters:
      authType - The authentication type for the OneDrive data source. Valid values include:

      • TWO_LEGGED_OAUTH – Server-to-server authentication using client credentials that do not require user interaction.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: