Show / Hide Table of Contents

Class TenantChangePasswordGetArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
TenantChangePasswordGetArgs
Inherited Members
Pulumi.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.Auth0.Inputs
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class TenantChangePasswordGetArgs : ResourceArgs

Constructors

View Source

TenantChangePasswordGetArgs()

Declaration
public TenantChangePasswordGetArgs()

Properties

View Source

Enabled

Boolean. Indicates whether or not to use the custom change password page.

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

Html

String, HTML format with supported Liquid syntax. Customized content of the change password page.

Declaration
public Input<string> Html { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.