Uses of Class
com.azure.resourcemanager.appcontainers.models.Login
-
Packages that use Login Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of Login in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return Login Modifier and Type Method Description Login
AuthConfigInner. login()
Get the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.Login
AuthConfigProperties. login()
Get the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type Login Modifier and Type Method Description AuthConfigInner
AuthConfigInner. withLogin(Login login)
Set the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.AuthConfigProperties
AuthConfigProperties. withLogin(Login login)
Set the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization. -
Uses of Login in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return Login Modifier and Type Method Description Login
AuthConfig. login()
Gets the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.Login
Login. withAllowedExternalRedirectUrls(List<String> allowedExternalRedirectUrls)
Set the allowedExternalRedirectUrls property: External URLs that can be redirected to as part of logging in or logging out of the app.Login
Login. withCookieExpiration(CookieExpiration cookieExpiration)
Set the cookieExpiration property: The configuration settings of the session cookie's expiration.Login
Login. withNonce(Nonce nonce)
Set the nonce property: The configuration settings of the nonce used in the login flow.Login
Login. withPreserveUrlFragmentsForLogins(Boolean preserveUrlFragmentsForLogins)
Set the preserveUrlFragmentsForLogins property: <code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.Login
Login. withRoutes(LoginRoutes routes)
Set the routes property: The routes that specify the endpoints used for login and logout requests.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Login Modifier and Type Method Description AuthConfig.DefinitionStages.WithCreate
AuthConfig.DefinitionStages.WithLogin. withLogin(Login login)
Specifies the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization..AuthConfig.Update
AuthConfig.UpdateStages.WithLogin. withLogin(Login login)
Specifies the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization..
-