---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_identitytoolkit_oauth_idp_config{% #gcp_identitytoolkit_oauth_idp_config %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING` 

## `client_id`{% #client_id %}

**Type**: `STRING` **Provider name**: `clientId` **Description**: The client id of an OAuth client. 

## `client_secret`{% #client_secret %}

**Type**: `STRING` **Provider name**: `clientSecret` **Description**: The client secret of the OAuth client, to enable OIDC code flow. 

## `enabled`{% #enabled %}

**Type**: `BOOLEAN` **Provider name**: `enabled` **Description**: True if allows the user to sign in with the provider. 

## `gcp_display_name`{% #gcp_display_name %}

**Type**: `STRING` **Provider name**: `displayName` **Description**: The config's display name set by developers. 

## `issuer`{% #issuer %}

**Type**: `STRING` **Provider name**: `issuer` **Description**: For OIDC Idps, the issuer identifier. 

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING` 

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests. 

## `organization_id`{% #organization_id %}

**Type**: `STRING` 

## `parent`{% #parent %}

**Type**: `STRING` 

## `project_id`{% #project_id %}

**Type**: `STRING` 

## `project_number`{% #project_number %}

**Type**: `STRING` 

## `region_id`{% #region_id %}

**Type**: `STRING` 

## `resource_name`{% #resource_name %}

**Type**: `STRING` 

## `response_type`{% #response_type %}

**Type**: `STRUCT` **Provider name**: `responseType` **Description**: The response type to request for in the OAuth authorization flow. You can set either `id_token` or `code` to true, but not both. Setting both types to be simultaneously true (`{code: true, id_token: true}`) is not yet supported. 

- `code`**Type**: `BOOLEAN`**Provider name**: `code`**Description**: If true, authorization code is returned from IdP's authorization endpoint.
- `id_token`**Type**: `BOOLEAN`**Provider name**: `idToken`**Description**: If true, ID token is returned from IdP's authorization endpoint.
- `token`**Type**: `BOOLEAN`**Provider name**: `token`**Description**: Do not use. The `token` response type is not supported at the moment.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `zone_id`{% #zone_id %}

**Type**: `STRING` 
