INPUT_OBJECT
The input object that defines the fields for the updateIdentityProviderGoogle mutation.
input UpdateIdentityProviderGoogleMutationInput {# The display name.display_name: String# Whether or not this is enabled.enabled: Boolean# The client ID for this identity provider.client_id: String# The client secret for this identity provider.client_secret: String}