Uses of Class
com.azure.resourcemanager.appcontainers.models.OpenIdConnectLogin
-
Packages that use OpenIdConnectLogin Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of OpenIdConnectLogin in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return OpenIdConnectLogin Modifier and Type Method Description OpenIdConnectLogin
CustomOpenIdConnectProvider. login()
Get the login property: The configuration settings of the login flow of the custom Open ID Connect provider.OpenIdConnectLogin
OpenIdConnectLogin. withNameClaimType(String nameClaimType)
Set the nameClaimType property: The name of the claim that contains the users name.OpenIdConnectLogin
OpenIdConnectLogin. withScopes(List<String> scopes)
Set the scopes property: A list of the scopes that should be requested while authenticating.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type OpenIdConnectLogin Modifier and Type Method Description CustomOpenIdConnectProvider
CustomOpenIdConnectProvider. withLogin(OpenIdConnectLogin login)
Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.
-