Uses of Class
com.azure.resourcemanager.appcontainers.models.CustomOpenIdConnectProvider
-
Packages that use CustomOpenIdConnectProvider Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of CustomOpenIdConnectProvider in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CustomOpenIdConnectProvider Modifier and Type Method Description CustomOpenIdConnectProvider
CustomOpenIdConnectProvider. withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>.CustomOpenIdConnectProvider
CustomOpenIdConnectProvider. withLogin(OpenIdConnectLogin login)
Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.CustomOpenIdConnectProvider
CustomOpenIdConnectProvider. withRegistration(OpenIdConnectRegistration registration)
Set the registration property: The configuration settings of the app registration for the custom Open ID Connect provider.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type CustomOpenIdConnectProvider Modifier and Type Method Description Map<String,CustomOpenIdConnectProvider>
IdentityProviders. customOpenIdConnectProviders()
Get the customOpenIdConnectProviders property: The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type CustomOpenIdConnectProvider Modifier and Type Method Description IdentityProviders
IdentityProviders. withCustomOpenIdConnectProviders(Map<String,CustomOpenIdConnectProvider> customOpenIdConnectProviders)
Set the customOpenIdConnectProviders property: The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.
-