LegacyMicrosoftAccount Class

The configuration settings of the legacy Microsoft Account provider.

Inheritance
LegacyMicrosoftAccount

Constructor

LegacyMicrosoftAccount(*, enabled: Optional[bool] = None, registration: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.ClientRegistration] = None, login: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.LoginScopes] = None, validation: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.AllowedAudiencesValidation] = None, **kwargs)

Parameters

enabled
bool
Required

<code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>.

registration
ClientRegistration
Required

The configuration settings of the app registration for the legacy Microsoft Account provider.

login
LoginScopes
Required

The configuration settings of the login flow.

validation
AllowedAudiencesValidation
Required

The configuration settings of the legacy Microsoft Account provider token validation flow.