Interface AuthConfig.DefinitionStages.WithHttpSettings

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

public static interface AuthConfig.DefinitionStages.WithHttpSettings
The stage of the AuthConfig definition allowing to specify httpSettings.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the httpSettings property: The configuration settings of the HTTP requests for authentication and authorization requests made against ContainerApp Service Authentication/Authorization..
  • Method Details

    • withHttpSettings

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