Uses of Class
com.azure.resourcemanager.appservice.models.CustomOpenIdConnectProvider
-
Packages that use CustomOpenIdConnectProvider Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of CustomOpenIdConnectProvider in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CustomOpenIdConnectProvider Modifier and Type Method Description CustomOpenIdConnectProviderCustomOpenIdConnectProvider. 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>.CustomOpenIdConnectProviderCustomOpenIdConnectProvider. withLogin(OpenIdConnectLogin login)Set the login property: The configuration settings of the login flow of the custom Open ID Connect provider.CustomOpenIdConnectProviderCustomOpenIdConnectProvider. 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.appservice.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.appservice.models with type arguments of type CustomOpenIdConnectProvider Modifier and Type Method Description IdentityProvidersIdentityProviders. 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.
-