OauthIdpConfig

class OauthIdpConfig : KotlinCustomResource

Create an Oidc Idp configuration for an Identity Toolkit project.

Properties

Link copied to clipboard
val clientId: Output<String>

The client id of an OAuth client.

Link copied to clipboard
val clientSecret: Output<String>

The client secret of the OAuth client, to enable OIDC code flow.

Link copied to clipboard
val displayName: Output<String>

The config's display name set by developers.

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 issuer: Output<String>

For OIDC Idps, the issuer identifier.

Link copied to clipboard
val name: Output<String>

The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests.

Link copied to clipboard
val oauthIdpConfigId: Output<String>?

The id to use for this config.

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

The response type to request for in the OAuth authorization flow. You can set either id_token or code to true, but not both. Setting both types to be simultaneously true ({code: true, id_token: true}) is not yet supported.

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