Interface AuthConfig.UpdateStages.WithIdentityProviders

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

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

    Modifier and Type
    Method
    Description
    Specifies the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization..
  • Method Details

    • withIdentityProviders

      AuthConfig.Update withIdentityProviders(IdentityProviders identityProviders)
      Specifies the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization..
      Parameters:
      identityProviders - The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.
      Returns:
      the next definition stage.