DefaultSupportedIdpConfig

class DefaultSupportedIdpConfig : KotlinCustomResource

Create a default supported Idp configuration for an Identity Toolkit project.

Properties

Link copied to clipboard

Additional config for Apple-based projects.

Link copied to clipboard
val clientId: Output<String>

OAuth client ID.

Link copied to clipboard
val clientSecret: Output<String>

OAuth client secret.

Link copied to clipboard
val enabled: Output<Boolean>

True if allows the user to sign in with the provider.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val idpId: Output<String>?

The id of the Idp to create a config for. Call ListDefaultSupportedIdps for list of all default supported Idps.

Link copied to clipboard
val name: Output<String>

The name of the DefaultSupportedIdpConfig resource, for example: "projects/my-awesome-project/defaultSupportedIdpConfigs/google.com"

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tenantId: Output<String>
Link copied to clipboard
val urn: Output<String>