Show / Hide Table of Contents

Class ConnectionOptionsPasswordHistoryGetArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ConnectionOptionsPasswordHistoryGetArgs
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 ConnectionOptionsPasswordHistoryGetArgs : ResourceArgs

Constructors

View Source

ConnectionOptionsPasswordHistoryGetArgs()

Declaration
public ConnectionOptionsPasswordHistoryGetArgs()

Properties

View Source

Enable

Boolean. Indicates whether password history is enabled for the connection. When enabled, any existing users in this connection will be unaffected; the system will maintain their password history going forward.

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

Size

Integer, (Maximum=24). Indicates the number of passwords to keep in history.

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