RiskConfigurationCompromisedCredentialsRiskConfigurationArgs

data class RiskConfigurationCompromisedCredentialsRiskConfigurationArgs(val actions: Output<RiskConfigurationCompromisedCredentialsRiskConfigurationActionsArgs>, val eventFilters: Output<List<String>>? = null) : ConvertibleToJava<RiskConfigurationCompromisedCredentialsRiskConfigurationArgs>

Constructors

constructor(actions: Output<RiskConfigurationCompromisedCredentialsRiskConfigurationActionsArgs>, eventFilters: Output<List<String>>? = null)

Properties

Link copied to clipboard

The compromised credentials risk configuration actions. See details below.

Link copied to clipboard
val eventFilters: Output<List<String>>? = null

Perform the action for these events. The default is to perform all events if no event filter is specified. Valid values are SIGN_IN, PASSWORD_CHANGE, and SIGN_UP.

Functions

Link copied to clipboard
open override fun toJava(): RiskConfigurationCompromisedCredentialsRiskConfigurationArgs