Show / Hide Table of Contents

Class UserPoolSoftwareTokenMfaConfigurationArgs

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

Constructors

View Source

UserPoolSoftwareTokenMfaConfigurationArgs()

Declaration
public UserPoolSoftwareTokenMfaConfigurationArgs()

Properties

View Source

Enabled

Boolean whether to enable software token Multi-Factor (MFA) tokens, such as Time-based One-Time Password (TOTP). To disable software token MFA when sms_configuration is not present, the mfa_configuration argument must be set to OFF and the software_token_mfa_configuration configuration block must be fully removed.

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