Uses of Class
com.azure.resourcemanager.appcontainers.models.Google
-
Packages that use Google Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of Google in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return Google Modifier and Type Method Description Google
IdentityProviders. google()
Get the google property: The configuration settings of the Google provider.Google
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
Google. withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.Google
Google. withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the Google provider.Google
Google. withValidation(AllowedAudiencesValidation validation)
Set the validation property: The configuration settings of the Azure Active Directory token validation flow.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type Google Modifier and Type Method Description IdentityProviders
IdentityProviders. withGoogle(Google google)
Set the google property: The configuration settings of the Google provider.
-