Google Identity Platform Tenant Inbound SAML Config

This page shows how to write Terraform for Identity Platform Tenant Inbound SAML Config and write them securely.

google_identity_platform_tenant_inbound_saml_config (Terraform)

The Tenant Inbound SAML Config in Identity Platform can be configured in Terraform with the resource name google_identity_platform_tenant_inbound_saml_config. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Google best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Human friendly display name.

If this config allows users to sign in with the provider.

  • id optional computed - string
  • name required - string

The name of the InboundSamlConfig resource. Must start with 'saml.' and can only have alphanumeric characters, hyphens, underscores or periods. The part after 'saml.' must also start with a lowercase letter, end with an alphanumeric character, and have at least 2 characters.

The name of the tenant where this inbound SAML config resource exists

Explanation in Terraform Registry

Inbound SAML configuration for a Identity Toolkit tenant. You must enable the Google Identity Platform in the marketplace prior to using this resource.

Frequently asked questions

What is Google Identity Platform Tenant Inbound SAML Config?

Google Identity Platform Tenant Inbound SAML Config is a resource for Identity Platform of Google Cloud Platform. Settings can be wrote in Terraform.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.