Uses of Class
com.azure.resourcemanager.appcontainers.models.IdentityProviders
Packages that use IdentityProviders
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
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 IdentityProvidersModifier and TypeMethodDescriptionAuthConfigInner.identityProviders()
Get the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.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 IdentityProvidersModifier and TypeMethodDescriptionAuthConfigInner.withIdentityProviders
(IdentityProviders identityProviders) Set the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.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 IdentityProvidersModifier and TypeMethodDescriptionstatic IdentityProviders
IdentityProviders.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of IdentityProviders from the JsonReader.AuthConfig.identityProviders()
Gets the identityProviders property: The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.Set the apple property: The configuration settings of the Apple provider.IdentityProviders.withAzureActiveDirectory
(AzureActiveDirectory azureActiveDirectory) Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.IdentityProviders.withAzureStaticWebApps
(AzureStaticWebApps azureStaticWebApps) Set the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.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.withFacebook
(Facebook facebook) Set the facebook property: The configuration settings of the Facebook provider.IdentityProviders.withGitHub
(GitHub gitHub) Set the gitHub property: The configuration settings of the GitHub provider.IdentityProviders.withGoogle
(Google google) Set the google property: The configuration settings of the Google provider.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 IdentityProvidersModifier and TypeMethodDescriptionAuthConfig.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.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..