EventRiskType
public struct EventRiskType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether compromised credentials were detected during an authentication event.
Declaration
Swift
public let compromisedCredentialsDetected: Bool?
-
The risk decision.
Declaration
Swift
public let riskDecision: RiskDecisionType?
-
The risk level.
Declaration
Swift
public let riskLevel: RiskLevelType?
-
Undocumented
Declaration
Swift
public init(compromisedCredentialsDetected: Bool? = nil, riskDecision: RiskDecisionType? = nil, riskLevel: RiskLevelType? = nil)