Class ConnectionOptionsTotpGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ConnectionOptionsTotpGetArgs
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 ConnectionOptionsTotpGetArgs : ResourceArgs
Constructors
View SourceConnectionOptionsTotpGetArgs()
Declaration
public ConnectionOptionsTotpGetArgs()
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> |