Interface WebPubSubResource.DefinitionStages.WithDisableLocalAuth

All Known Subinterfaces:
WebPubSubResource.Definition, WebPubSubResource.DefinitionStages.WithCreate
Enclosing interface:
WebPubSubResource.DefinitionStages

public static interface WebPubSubResource.DefinitionStages.WithDisableLocalAuth
The stage of the WebPubSubResource definition allowing to specify disableLocalAuth.
  • Method Details

    • withDisableLocalAuth

      WebPubSubResource.DefinitionStages.WithCreate 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.