Interface AuthConfig.UpdateStages.WithHttpSettings

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

    public static interface AuthConfig.UpdateStages.WithHttpSettings
    The stage of the AuthConfig update allowing to specify httpSettings.
    • Method Detail

      • withHttpSettings

        AuthConfig.Update withHttpSettings​(HttpSettings httpSettings)
        Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..
        Parameters:
        httpSettings - The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization.
        Returns:
        the next definition stage.