Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data EventRiskType Source #
The event risk type.
See: newEventRiskType
smart constructor.
EventRiskType' | |
|
Instances
newEventRiskType :: EventRiskType Source #
Create a value of EventRiskType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:compromisedCredentialsDetected:EventRiskType'
, eventRiskType_compromisedCredentialsDetected
- Indicates whether compromised credentials were detected during an
authentication event.
$sel:riskLevel:EventRiskType'
, eventRiskType_riskLevel
- The risk level.
$sel:riskDecision:EventRiskType'
, eventRiskType_riskDecision
- The risk decision.
eventRiskType_compromisedCredentialsDetected :: Lens' EventRiskType (Maybe Bool) Source #
Indicates whether compromised credentials were detected during an authentication event.
eventRiskType_riskLevel :: Lens' EventRiskType (Maybe RiskLevelType) Source #
The risk level.
eventRiskType_riskDecision :: Lens' EventRiskType (Maybe RiskDecisionType) Source #
The risk decision.