Show / Hide Table of Contents

Class UserPoolDeviceConfiguration

Inheritance
System.Object
UserPoolDeviceConfiguration
Inherited Members
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolDeviceConfiguration

Fields

View Source

ChallengeRequiredOnNewDevice

Indicates whether a challenge is required on a new device. Only applicable to a new device.

Declaration
public readonly bool? ChallengeRequiredOnNewDevice
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DeviceOnlyRememberedOnUserPrompt

If true, a device is only remembered on user prompt.

Declaration
public readonly bool? DeviceOnlyRememberedOnUserPrompt
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.