Show / Hide Table of Contents

Class TenantArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TenantArgs
Inherited Members
ResourceArgs.Empty
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 Source

TenantArgs()

Declaration
public TenantArgs()

Properties

View Source

AllowPasswordSignup

Whether to allow email/password user authentication.

Declaration
public Input<bool> AllowPasswordSignup { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

DisplayName

Human friendly display name of the tenant.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EnableEmailLinkSignin

Whether to enable email link user authentication.

Declaration
public Input<bool> EnableEmailLinkSignin { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.