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 SourceChallengeRequiredOnNewDevice
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> |
DeviceOnlyRememberedOnUserPrompt
If true, a device is only remembered on user prompt.
Declaration
public readonly bool? DeviceOnlyRememberedOnUserPrompt
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |