Class GoogleArgs


  • public final class GoogleArgs
    extends com.pulumi.resources.ResourceArgs
    The configuration settings of the Google provider.
    • Method Detail

      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        <code>false</code> if the Google provider should not be enabled despite the set registration; otherwise, <code>true</code>.
      • login

        public java.util.Optional<com.pulumi.core.Output<LoginScopesArgs>> login()
        Returns:
        The configuration settings of the login flow.
      • registration

        public java.util.Optional<com.pulumi.core.Output<ClientRegistrationArgs>> registration()
        Returns:
        The configuration settings of the app registration for the Google provider.
      • validation

        public java.util.Optional<com.pulumi.core.Output<AllowedAudiencesValidationArgs>> validation()
        Returns:
        The configuration settings of the Azure Active Directory token validation flow.