Config

Identity Platform configuration for a Cloud project. Identity Platform is an end-to-end authentication system for third-party users to access apps and services. This entity is created only once during intialization and cannot be deleted, individual Identity Providers may be disabled instead. This resource may only be created in billing-enabled projects. To get more information about Config, see:

Example Usage

{{% /examples %}}

Import

Config can be imported using any of these accepted formats

$ pulumi import gcp:identityplatform/config:Config default projects/{{project}}/config
$ pulumi import gcp:identityplatform/config:Config default projects/{{project}}
$ pulumi import gcp:identityplatform/config:Config default {{project}}

Properties

Link copied to clipboard

Whether anonymous users will be auto-deleted after a period of 30 days

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the Config resource

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>