Uses of Class
com.azure.resourcemanager.appservice.models.Google
-
Packages that use Google Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Google in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Google Modifier and Type Method Description GoogleIdentityProviders. google()Get the google property: The configuration settings of the Google provider.GoogleGoogle. withEnabled(Boolean enabled)Set the enabled property: <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>.GoogleGoogle. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.GoogleGoogle. withRegistration(ClientRegistration registration)Set the registration property: The configuration settings of the app registration for the Google provider.GoogleGoogle. withValidation(AllowedAudiencesValidation validation)Set the validation property: The configuration settings of the Azure Active Directory token validation flow.Methods in com.azure.resourcemanager.appservice.models with parameters of type Google Modifier and Type Method Description IdentityProvidersIdentityProviders. withGoogle(Google google)Set the google property: The configuration settings of the Google provider.
-