Class TenantArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.IdentityPlatform
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TenantArgs : ResourceArgs
Constructors
View SourceTenantArgs()
Declaration
public TenantArgs()
Properties
View SourceAllowPasswordSignup
Whether to allow email/password user authentication.
Declaration
public Input<bool> AllowPasswordSignup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DisableAuth
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.
Declaration
public Input<bool> DisableAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DisplayName
Human friendly display name of the tenant.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableEmailLinkSignin
Whether to enable email link user authentication.
Declaration
public Input<bool> EnableEmailLinkSignin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |