User Pool Risk Configuration Attachment Account Takeover Actions Type Args
data class UserPoolRiskConfigurationAttachmentAccountTakeoverActionsTypeArgs(val highAction: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs>? = null, val lowAction: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs>? = null, val mediumAction: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs>? = null) : ConvertibleToJava<UserPoolRiskConfigurationAttachmentAccountTakeoverActionsTypeArgs>
Constructors
Link copied to clipboard
constructor(highAction: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs>? = null, lowAction: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs>? = null, mediumAction: Output<UserPoolRiskConfigurationAttachmentAccountTakeoverActionTypeArgs>? = null)
Properties
Link copied to clipboard
The action that you assign to a high-risk assessment by threat protection.
Link copied to clipboard
The action that you assign to a low-risk assessment by threat protection.
Link copied to clipboard
The action that you assign to a medium-risk assessment by threat protection.