다음을 통해 공유


AzureActiveDirectory Class

The configuration settings of the Azure Active directory provider.

Constructor

AzureActiveDirectory(*, enabled: bool | None = None, registration: _models.AzureActiveDirectoryRegistration | None = None, login: _models.AzureActiveDirectoryLogin | None = None, validation: _models.AzureActiveDirectoryValidation | None = None, is_auto_provisioned: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
enabled

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

Default value: None
registration

The configuration settings of the Azure Active Directory app registration.

Default value: None
login

The configuration settings of the Azure Active Directory login flow.

Default value: None
validation

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

Default value: 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.

Default value: None

Variables

Name Description
enabled

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

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.