Uses of Class
com.azure.resourcemanager.appservice.models.IdentityProviders
-
Packages that use IdentityProviders Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of IdentityProviders in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return IdentityProviders Modifier and Type Method Description IdentityProvidersSiteAuthSettingsV2Inner. identityProviders()Get the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.IdentityProvidersSiteAuthSettingsV2Properties. identityProviders()Get the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type IdentityProviders Modifier and Type Method Description SiteAuthSettingsV2InnerSiteAuthSettingsV2Inner. withIdentityProviders(IdentityProviders identityProviders)Set the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.SiteAuthSettingsV2PropertiesSiteAuthSettingsV2Properties. withIdentityProviders(IdentityProviders identityProviders)Set the identityProviders property: The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization. -
Uses of IdentityProviders in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return IdentityProviders Modifier and Type Method Description IdentityProvidersIdentityProviders. withApple(Apple apple)Set the apple property: The configuration settings of the Apple provider.IdentityProvidersIdentityProviders. withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.IdentityProvidersIdentityProviders. withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps)Set the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.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.IdentityProvidersIdentityProviders. withFacebook(Facebook facebook)Set the facebook property: The configuration settings of the Facebook provider.IdentityProvidersIdentityProviders. withGitHub(GitHub gitHub)Set the gitHub property: The configuration settings of the GitHub provider.IdentityProvidersIdentityProviders. withGoogle(Google google)Set the google property: The configuration settings of the Google provider.IdentityProvidersIdentityProviders. withLegacyMicrosoftAccount(LegacyMicrosoftAccount legacyMicrosoftAccount)Set the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.IdentityProvidersIdentityProviders. withTwitter(Twitter twitter)Set the twitter property: The configuration settings of the Twitter provider.
-