User Pool Risk Configuration Attachment Account Takeover Actions Type
data class UserPoolRiskConfigurationAttachmentAccountTakeoverActionsType(val highAction: UserPoolRiskConfigurationAttachmentAccountTakeoverActionType? = null, val lowAction: UserPoolRiskConfigurationAttachmentAccountTakeoverActionType? = null, val mediumAction: UserPoolRiskConfigurationAttachmentAccountTakeoverActionType? = null)
Constructors
Link copied to clipboard
constructor(highAction: UserPoolRiskConfigurationAttachmentAccountTakeoverActionType? = null, lowAction: UserPoolRiskConfigurationAttachmentAccountTakeoverActionType? = null, mediumAction: UserPoolRiskConfigurationAttachmentAccountTakeoverActionType? = 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.