Interface PortalConfigContract.UpdateStages.WithEnableBasicAuth

All Known Subinterfaces:
PortalConfigContract.Update
Enclosing interface:
PortalConfigContract.UpdateStages

public static interface PortalConfigContract.UpdateStages.WithEnableBasicAuth
The stage of the PortalConfigContract update allowing to specify enableBasicAuth.
  • Method Details

    • withEnableBasicAuth

      PortalConfigContract.Update withEnableBasicAuth(Boolean enableBasicAuth)
      Specifies the enableBasicAuth property: Enable or disable Basic authentication method..
      Parameters:
      enableBasicAuth - Enable or disable Basic authentication method.
      Returns:
      the next definition stage.