Uses of Class
com.azure.resourcemanager.appcontainers.models.IdentityProviders
-
Packages that use IdentityProviders Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of IdentityProviders in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return IdentityProviders Modifier and Type Method Description IdentityProviders
AuthConfigInner. identityProviders()
Get the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.IdentityProviders
AuthConfigProperties. identityProviders()
Get the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type IdentityProviders Modifier and Type Method Description AuthConfigInner
AuthConfigInner. withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.AuthConfigProperties
AuthConfigProperties. withIdentityProviders(IdentityProviders identityProviders)
Set the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization. -
Uses of IdentityProviders in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return IdentityProviders Modifier and Type Method Description IdentityProviders
AuthConfig. identityProviders()
Gets the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.IdentityProviders
IdentityProviders. withApple(Apple apple)
Set the apple property: The configuration settings of the Apple provider.IdentityProviders
IdentityProviders. withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)
Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.IdentityProviders
IdentityProviders. withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps)
Set the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.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.IdentityProviders
IdentityProviders. withFacebook(Facebook facebook)
Set the facebook property: The configuration settings of the Facebook provider.IdentityProviders
IdentityProviders. withGitHub(GitHub gitHub)
Set the gitHub property: The configuration settings of the GitHub provider.IdentityProviders
IdentityProviders. withGoogle(Google google)
Set the google property: The configuration settings of the Google provider.IdentityProviders
IdentityProviders. withTwitter(Twitter twitter)
Set the twitter property: The configuration settings of the Twitter provider.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type IdentityProviders Modifier and Type Method Description AuthConfig.DefinitionStages.WithCreate
AuthConfig.DefinitionStages.WithIdentityProviders. withIdentityProviders(IdentityProviders identityProviders)
Specifies the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization..AuthConfig.Update
AuthConfig.UpdateStages.WithIdentityProviders. withIdentityProviders(IdentityProviders identityProviders)
Specifies the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization..
-