Apple Class

The configuration settings of the Apple provider.

Inheritance
Apple

Constructor

Apple(*, enabled: Optional[bool] = None, registration: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.AppleRegistration] = None, login: Optional[azure.mgmt.web.v2021_02_01.models._models_py3.LoginScopes] = None, **kwargs)

Parameters

enabled
bool
Required

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

registration
AppleRegistration
Required

The configuration settings of the Apple registration.

login
LoginScopes
Required

The configuration settings of the login flow.