Uses of Class
com.azure.resourcemanager.appservice.models.Google
Packages that use Google
Package
Description
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 GoogleModifier and TypeMethodDescriptionstatic GoogleGoogle.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Google from the JsonReader.IdentityProviders.google()Get the google property: The configuration settings of the Google provider.Google.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>.Google.withLogin(LoginScopes login) Set the login property: The configuration settings of the login flow.Google.withRegistration(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the Google provider.Google.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 GoogleModifier and TypeMethodDescriptionIdentityProviders.withGoogle(Google google) Set the google property: The configuration settings of the Google provider.