Class ConnectionOptionsTotpArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ConnectionOptionsTotpArgs
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 ConnectionOptionsTotpArgs : ResourceArgs
Constructors
View SourceConnectionOptionsTotpArgs()
Declaration
public ConnectionOptionsTotpArgs()
Properties
View SourceLength
Integer. Length of the one-time password.
Declaration
public Input<int> Length { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Int32> |
TimeStep
Integer. Seconds between allowed generation of new passwords.
Declaration
public Input<int> TimeStep { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Int32> |