UserIdentityInfo
public struct UserIdentityInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The email address. If you are using SAML for identity management and include this parameter, an error is returned.
Declaration
Swift
public let email: String?
-
The first name. This is required if you are using Amazon Connect or SAML for identity management.
Declaration
Swift
public let firstName: String?
-
The last name. This is required if you are using Amazon Connect or SAML for identity management.
Declaration
Swift
public let lastName: String?
-
Undocumented
Declaration
Swift
public init(email: String? = nil, firstName: String? = nil, lastName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws