Tenant

class Tenant : KotlinCustomResource

Create a tenant. Requires write permission on the Agent project. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Whether to allow email/password user authentication.

Link copied to clipboard

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

Link copied to clipboard

Options related to how clients making requests on behalf of a project should be configured.

Link copied to clipboard
val disableAuth: Output<Boolean>

Whether authentication is disabled for the tenant. If true, the users under the disabled tenant are not allowed to sign-in. Admins of the disabled tenant are not able to manage its users.

Link copied to clipboard
val displayName: Output<String>

Display name of the tenant.

Link copied to clipboard

Configuration for settings related to email privacy and public visibility.

Link copied to clipboard

Whether to enable anonymous user authentication.

Link copied to clipboard

Whether to enable email link user authentication.

Link copied to clipboard

Hash config information of a tenant for display on Pantheon. This can only be displayed on Pantheon to avoid the sensitive information to get accidentally leaked. Only returned in GetTenant response to restrict reading of this information. Requires firebaseauth.configs.getHashConfig permission on the agent project for returning this field.

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

Specify the settings that the tenant could inherit.

Link copied to clipboard

The tenant-level configuration of MFA options.

Link copied to clipboard

Configuration related to monitoring project activity.

Link copied to clipboard
val name: Output<String>

Resource name of a tenant. For example: "projects/{project-id}/tenants/{tenant-id}"

Link copied to clipboard
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 tenant-level reCAPTCHA config.

Link copied to clipboard

Configures which regions are enabled for SMS verification code sending.

Link copied to clipboard

A map of pairs that can be used for MFA. The phone number should be in E.164 format (https://www.itu.int/rec/T-REC-E.164/) and a maximum of 10 pairs can be added (error will be thrown once exceeded).

Link copied to clipboard
val urn: Output<String>