Interface WebPubSubResource.UpdateStages.WithDisableLocalAuth

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

public static interface WebPubSubResource.UpdateStages.WithDisableLocalAuth
The stage of the WebPubSubResource update allowing to specify disableLocalAuth.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDisableLocalAuth(Boolean disableLocalAuth)
    Specifies the disableLocalAuth property: DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work..
  • Method Details

    • withDisableLocalAuth

      WebPubSubResource.Update withDisableLocalAuth(Boolean disableLocalAuth)
      Specifies the disableLocalAuth property: DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work..
      Parameters:
      disableLocalAuth - DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work.
      Returns:
      the next definition stage.