AzureActiveDirectory Class
The configuration settings of the Azure Active directory provider.
Constructor
AzureActiveDirectory(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
|
|
registration
|
The configuration settings of the Azure Active Directory app registration. |
|
login
|
The configuration settings of the Azure Active Directory login flow. |
|
validation
|
The configuration settings of the Azure Active Directory token validation flow. |
|
is_auto_provisioned
|
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. |
Attributes
enabled
false if the Azure Active Directory provider should not be enabled despite the set
registration; otherwise, true.
enabled: bool | None
is_auto_provisioned
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.
is_auto_provisioned: bool | None
login
The configuration settings of the Azure Active Directory login flow.
login: _models.AzureActiveDirectoryLogin | None
registration
The configuration settings of the Azure Active Directory app registration.
registration: _models.AzureActiveDirectoryRegistration | None
validation
The configuration settings of the Azure Active Directory token validation flow.
validation: _models.AzureActiveDirectoryValidation | None