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

# gcp_identitytoolkit_inbound_saml_config{% #gcp_identitytoolkit_inbound_saml_config %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING` 

## `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. 

## `idp_config`{% #idp_config %}

**Type**: `STRUCT` **Provider name**: `idpConfig` **Description**: The SAML IdP (Identity Provider) configuration when the project acts as the relying party. 

- `idp_certificates`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `idpCertificates`**Description**: IDP's public keys for verifying signature in the assertions.
  - `x509_certificate`**Type**: `STRING`**Provider name**: `x509Certificate`**Description**: The x509 certificate
- `idp_entity_id`**Type**: `STRING`**Provider name**: `idpEntityId`**Description**: Unique identifier for all SAML entities.
- `sign_request`**Type**: `BOOLEAN`**Provider name**: `signRequest`**Description**: Indicates if outbounding SAMLRequest should be signed.
- `sso_url`**Type**: `STRING`**Provider name**: `ssoUrl`**Description**: URL to send Authentication request to.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING` 

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: The name of the InboundSamlConfig resource, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-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` 

## `sp_config`{% #sp_config %}

**Type**: `STRUCT` **Provider name**: `spConfig` **Description**: The SAML SP (Service Provider) configuration when the project acts as the relying party to receive and accept an authentication assertion issued by a SAML identity provider. 

- `callback_uri`**Type**: `STRING`**Provider name**: `callbackUri`**Description**: Callback URI where responses from IDP are handled.
- `sp_certificates`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `spCertificates`**Description**: Output only. Public certificates generated by the server to verify the signature in SAMLRequest in the SP-initiated flow.
  - `expires_at`**Type**: `TIMESTAMP`**Provider name**: `expiresAt`**Description**: Timestamp of the cert expiration instance.
  - `x509_certificate`**Type**: `STRING`**Provider name**: `x509Certificate`**Description**: Self-signed public certificate.
- `sp_entity_id`**Type**: `STRING`**Provider name**: `spEntityId`**Description**: Unique identifier for all SAML entities.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `zone_id`{% #zone_id %}

**Type**: `STRING` 
