Google Class

The configuration settings of the Google provider.

Inheritance
Google

Constructor

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

Parameters

enabled
bool
Required

<code>false</code> if the Google 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 Google provider.

login
LoginScopes
Required

The configuration settings of the login flow.

validation
AllowedAudiencesValidation
Required

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