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 SourceTenantChangePasswordGetArgs()
Declaration
public TenantChangePasswordGetArgs()
Properties
View SourceEnabled
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> |
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> |