Interface ConfigurationStore.UpdateStages.WithDisableLocalAuth

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

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

    Modifier and Type
    Method
    Description
    withDisableLocalAuth(Boolean disableLocalAuth)
    Specifies the disableLocalAuth property: Disables all authentication methods other than AAD authentication..
  • Method Details

    • withDisableLocalAuth

      ConfigurationStore.Update withDisableLocalAuth(Boolean disableLocalAuth)
      Specifies the disableLocalAuth property: Disables all authentication methods other than AAD authentication..
      Parameters:
      disableLocalAuth - Disables all authentication methods other than AAD authentication.
      Returns:
      the next definition stage.