AuthEventType
public struct AuthEventType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The challenge responses.
Declaration
Swift
public let challengeResponses: [ChallengeResponseType]?
-
The creation date
Declaration
Swift
public let creationDate: TimeStamp?
-
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
Declaration
Swift
public let eventContextData: EventContextDataType?
-
A flag specifying the user feedback captured at the time of an event request is good or bad.
Declaration
Swift
public let eventFeedback: EventFeedbackType?
-
The event ID.
Declaration
Swift
public let eventId: String?
-
The event response.
Declaration
Swift
public let eventResponse: EventResponseType?
-
The event risk.
Declaration
Swift
public let eventRisk: EventRiskType?
-
The event type.
Declaration
Swift
public let eventType: EventType?
-
init(challengeResponses:creationDate:eventContextData:eventFeedback:eventId:eventResponse:eventRisk:eventType:)
Undocumented
Declaration
Swift
public init(challengeResponses: [ChallengeResponseType]? = nil, creationDate: TimeStamp? = nil, eventContextData: EventContextDataType? = nil, eventFeedback: EventFeedbackType? = nil, eventId: String? = nil, eventResponse: EventResponseType? = nil, eventRisk: EventRiskType? = nil, eventType: EventType? = nil)