你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentityProviders Class

The configuration settings of each of the identity providers used to configure ContainerApp Service Authentication/Authorization.

Constructor

IdentityProviders(*, azure_active_directory: _models.AzureActiveDirectory | None = None, facebook: _models.Facebook | None = None, git_hub: _models.GitHub | None = None, google: _models.Google | None = None, twitter: _models.Twitter | None = None, apple: _models.Apple | None = None, azure_static_web_apps: _models.AzureStaticWebApps | None = None, custom_open_id_connect_providers: Dict[str, _models.CustomOpenIdConnectProvider] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
azure_active_directory

The configuration settings of the Azure Active directory provider.

Default value: None
facebook

The configuration settings of the Facebook provider.

Default value: None
git_hub

The configuration settings of the GitHub provider.

Default value: None
google

The configuration settings of the Google provider.

Default value: None
twitter

The configuration settings of the Twitter provider.

Default value: None
apple

The configuration settings of the Apple provider.

Default value: None
azure_static_web_apps

The configuration settings of the Azure Static Web Apps provider.

Default value: None
custom_open_id_connect_providers

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.

Default value: None

Variables

Name Description
azure_active_directory

The configuration settings of the Azure Active directory provider.

facebook

The configuration settings of the Facebook provider.

git_hub

The configuration settings of the GitHub provider.

google

The configuration settings of the Google provider.

twitter

The configuration settings of the Twitter provider.

apple

The configuration settings of the Apple provider.

azure_static_web_apps

The configuration settings of the Azure Static Web Apps provider.

custom_open_id_connect_providers

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.