---
title: "GET /providers/google_workspace/{id}/"
method: GET
path: "/providers/google_workspace/{id}/"
tags: ["providers"]
---

# GET /providers/google_workspace/{id}/

`GET /providers/google_workspace/{id}/`

GoogleWorkspaceProvider Viewset

## Path parameters

- `id` integer, required

## Response `200`

- GoogleWorkspaceProvider — GoogleWorkspaceProvider Serializer
  - `pk` integer, required
  - `name` string, required
  - `property_mappings` string[]
  - `property_mappings_group` string[] — Property mappings used for group creation/updating.
  - `component` string, required — Get object component so that we know how to edit the object
  - `assigned_backchannel_application_slug` string, nullable, required — Internal application name, used in URLs.
  - `assigned_backchannel_application_name` string, nullable, required — Application's display Name.
  - `verbose_name` string, required — Return object's verbose_name
  - `verbose_name_plural` string, required — Return object's plural verbose_name
  - `meta_model_name` string, required — Return internal model name
  - `delegated_subject` string, email, required
  - `credentials` object, required
  - `scopes` string
  - `exclude_users_service_account` boolean
  - `filter_group` string, uuid, nullable
  - `user_delete_action` 'do_nothing' | 'delete' | 'suspend'
  - `group_delete_action` 'do_nothing' | 'delete' | 'suspend'
  - `default_group_email_domain` string, required
  - `sync_page_size` integer — Controls the number of objects synced in a single task
  - `sync_page_timeout` string — Timeout for synchronization of a single page
  - `dry_run` boolean — When enabled, provider will not modify or create objects in the remote system.
  - `discovery_enabled` boolean — When enabled, authentik will attempt to discover existing resources in the remote system.

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
