Class UserPoolDeviceConfigurationGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolDeviceConfigurationGetArgs : ResourceArgs
Constructors
View SourceUserPoolDeviceConfigurationGetArgs()
Declaration
public UserPoolDeviceConfigurationGetArgs()
Properties
View SourceChallengeRequiredOnNewDevice
Indicates whether a challenge is required on a new device. Only applicable to a new device.
Declaration
public Input<bool> ChallengeRequiredOnNewDevice { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DeviceOnlyRememberedOnUserPrompt
If true, a device is only remembered on user prompt.
Declaration
public Input<bool> DeviceOnlyRememberedOnUserPrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |