Interface AuthConfig.UpdateStages.WithLogin

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

public static interface AuthConfig.UpdateStages.WithLogin
The stage of the AuthConfig update allowing to specify login.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization..
  • Method Details

    • withLogin

      AuthConfig.Update withLogin(Login login)
      Specifies the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization..
      Parameters:
      login - The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
      Returns:
      the next definition stage.