ConfigArgs

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:

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}}

Constructors

Link copied to clipboard
fun ConfigArgs(autodeleteAnonymousUsers: Output<Boolean>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ConfigArgs

Properties

Link copied to clipboard
val autodeleteAnonymousUsers: Output<Boolean>? = null

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

Link copied to clipboard
val project: Output<String>? = null

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