Uses of Class
com.azure.resourcemanager.appcontainers.models.CustomOpenIdConnectProvider
Packages that use CustomOpenIdConnectProvider
Package
Description
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 CustomOpenIdConnectProviderModifier and TypeMethodDescriptionstatic CustomOpenIdConnectProvider
CustomOpenIdConnectProvider.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CustomOpenIdConnectProvider from the JsonReader.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.withLogin
(OpenIdConnectLogin login) Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.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 CustomOpenIdConnectProviderModifier and TypeMethodDescriptionIdentityProviders.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 CustomOpenIdConnectProviderModifier and TypeMethodDescriptionIdentityProviders.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.