Config Args
data class ConfigArgs(val autodeleteAnonymousUsers: Output<Boolean>? = null, val project: Output<String>? = null) : ConvertibleToJava<ConfigArgs>
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:
How-to Guides
Official Documentation {{% examples %}}
Example Usage
{{% /examples %}}
Import
Config can be imported using any of these accepted formats
$ pulumi import gcp:identityplatform/config:Config default projects/{{project}}/config
Content copied to clipboard
$ pulumi import gcp:identityplatform/config:Config default projects/{{project}}
Content copied to clipboard
$ pulumi import gcp:identityplatform/config:Config default {{project}}
Content copied to clipboard