AzureActiveDirectory Class

The configuration settings of the Azure Active directory provider.

Inheritance
AzureActiveDirectory

Constructor

AzureActiveDirectory(*, enabled: Optional[bool] = None, registration: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.AzureActiveDirectoryRegistration] = None, login: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.AzureActiveDirectoryLogin] = None, validation: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.AzureActiveDirectoryValidation] = None, is_auto_provisioned: Optional[bool] = None, **kwargs)

Parameters

enabled
bool
Required

<code>false</code> if the Azure Active Directory provider should not be enabled despite the set registration; otherwise, <code>true</code>.

registration
AzureActiveDirectoryRegistration
Required

The configuration settings of the Azure Active Directory app registration.

login
AzureActiveDirectoryLogin
Required

The configuration settings of the Azure Active Directory login flow.

validation
AzureActiveDirectoryValidation
Required

The configuration settings of the Azure Active Directory token validation flow.

is_auto_provisioned
bool
Required

Gets a value indicating whether the Azure AD configuration was auto-provisioned using 1st party tooling. This is an internal flag primarily intended to support the Azure Management Portal. Users should not read or write to this property.